Using Access data in Excel

  • Thread starter Thread starter dok112
  • Start date Start date
D

dok112

Hello,

I have a Access database, CARS.mdb, and an excel file, CARS_SURVEY.xls
Inside of CARS_SURVEY.xls there is a form. It has an ongoin
connection to the CARS.mdb database. Is there a way I can tell th
form to use the database table 'Shops' and colomn 'Shop_ID', for a dro
down inside the form on CARS_SURVEY.xls?

Ex.

CARS.mdb has a table, Shops and inside Shops is 3 colomns. I want th
colomn 'Shop_ID' to be used as the list source for the dropdown list
Shop_ID on the form CARS in the excel file CARS_SURVEY.xls...

Any help provided is greatly appreciated!
 
I would say that you need to look into retreiveing an ADODB record set. A
quick search of this forum or the MSDN site shoud get you started...
 
Is there a way I can use the info provided above to show 2 data sources
in the 1 combobox? I want to use Shop_ID & Shop_Name...the link
provides for only 1 in the colomn. I want the combobox to show
"Shop_ID Shop_Name" as a selection...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top