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"
 

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