Using Access as Backend and Excel as Frontend

dpsciarrino

New Member
Joined
Dec 25, 2012
Messages
14
I am making an inventory system for a consultant who buys products and sells them at vendor shows. I have a simple table in Access that holds the quantity of each item the consultant has. I would like to be able to use Excel as a front-end interface for manipulating this data (through userforms). How might I be able to accomplish this? Keep in mind I'm fairly new to Access.
 

Excel Facts

Copy PDF to Excel
Select data in PDF. Paste to Microsoft Word. Copy from Word and paste to Excel.
I am making an inventory system for a consultant who buys products and sells them at vendor shows. I have a simple table in Access that holds the quantity of each item the consultant has. I would like to be able to use Excel as a front-end interface for manipulating this data (through userforms). How might I be able to accomplish this? Keep in mind I'm fairly new to Access.

Being new to Access, doing as you describe might not be the best route for resolving the problem. If you have more experience in Excel and VBA forms then I'd probably suggest holding the inventory data table in Excel too. That way you'll be working in a single environment and the write backs will be far easier to perform.

You can easily hide the data environment from the consultants view.
 
Upvote 0
Thanks for the reply Kevin. As convenient as that sounds I don't want to have to deal with hidden spreadsheet databases, I'd much rather harness the strengths of both applications.

And Denis, this is exactly what I was looking for! I will look into the tutorial. Thank you.
 
Upvote 0
If you want to do this, I'd seriously consider SQL Server, the express version is free and Stored Procedures mean that you'll end up writing less sql in Excel than you would with Excel
 
Upvote 0
Note that this was a thread that was supposedly resolved back in November 2013.
Not sure why it was resurrected, there is no new question...
 
Upvote 0
Mea culpa.
Was googling for information on using Excel as a frontend for Access databases and ran into this thread.
Since I found a solution in the meantime I figured I'd post it although it's an older thread.
 
Upvote 0

Forum statistics

Threads
1,214,591
Messages
6,120,427
Members
448,961
Latest member
nzskater

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top