Two tables one form

REDaughdril

Registered User.
Local time
Today, 11:08
Joined
Jan 23, 2000
Messages
58
I have two tables with the same information (Name, address, phone)as well as other information. In most cases it has alot of the same information, but can be different hence two tables two primary keys. We presently key information in one table (subform) and the other information(separate subform). I would like an easy way to, when the information is the same, key the information only once and it be entered in both tables.

Again as always thanks for all of the great help and support.
 
This is a good case to use an append query. Using the ID of the table you did enter the data into append all the info into the second table (minus the ID field of course) Use a button on the data entry form to launch the append query.
 

Users who are viewing this thread

Back
Top Bottom