table relationship

fadetoblack

Registered User.
Local time
Today, 23:06
Joined
Aug 26, 2006
Messages
16
Hi, I have 2 related. In the first table I have a primary key number and another ID number.

On the 2nd table which is related by the PrimKey I want the ID number to come up automatically. I can't remember how to do this. Can anyone help?

thanks
 
You could use a lookup field type in the Second table to lookup the values from the first table.
 
The normal process is to use a main form with a subform. As long as the master/child links are properly set, the foreign key in table2 will be automatically populated.
 

Users who are viewing this thread

Back
Top Bottom