Importing data from Tables into Forms

  • Thread starter Thread starter Pourchet
  • Start date Start date
P

Pourchet

I have imported data from Excel into Access 2007 and have been successful. I
know notice that this information goes into Tables. I am unable to import
that information into Forms. How do I populate Forms with this imported data?

Has anyone got any ideas as I am getting quite stuck in this area. Thanks
in anticpation of some help.
 
The record source for a from must be a table or query. In other words the
form must be pointed at a particular table. If you are trying to use one form
for numerous tables, that will be difficult. You will need to change the
record source which can be done through code, but difficult.

Are you importing the Excel data into just one table at is the record source
of a form? That would be best.
 
Back
Top