How to use the same form for multiple tables

  • Thread starter Thread starter jpc_midtown
  • Start date Start date
J

jpc_midtown

I have a database which was the contact management templated database. I
made some modifications to the "contacts" table and the "contacts" form. Now
I want to import more data into a new table and use the original "contacts"
form and the subform that goes along with it to track phone calls.
 
The field names in the tables will have to be the same for all tables to make
this work easily.
In the Load event of the form:
Me.RecordSource = "SomeTableName"
 
Back
Top