Data Verification in Excel from list in Access

farside

New Member
Joined
Jun 3, 2011
Messages
3
I have excel templates that need a drop down box in one column so that users can choose from a list of 'products' in an Access database. Using this method as doing it from an Excel Workbook means you have to have the Workbook with the product list open ALL the time. Anyone know how I can do it using Access?
 

Excel Facts

Select all contiguous cells
Pressing Ctrl+* (asterisk) will select the "current region" - all contiguous cells in all directions.
If the list stays static throughout the day, import the Access table into a hidden worksheet when you open the workbook (in the Workbook_Open event handler) and name the range, then point the data validation at that range.
 
Upvote 0
Thanks but will this work if the scenario is as follows:

Mix of excel templates that use this 'product' list
So, if we do as you suggest and we then update the product list in Access, will all the templates update?

Thanks
 
Upvote 0
If you place the code which imports the tables from Access in the Workbook_Open event, they will update every time they open.
 
Upvote 0

Forum statistics

Threads
1,224,583
Messages
6,179,683
Members
452,938
Latest member
babeneker

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