Data Sync

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

After i create my new access database how can i import my information from
excel and have it register with the drop-down fields i have created?
 
Your question was not very clear to me. By "register" I am guessing that you
want data from Excel to show up as items in a dropdown list. Dropdown lists
have two common data sources. You can use the most common one which is a is
a table (possibly with another instrument such as a query or SQL statement as
a "middle man"). You can then import Excel data to either become that table
or be appended into that table.

Fred
 
Back
Top