A
Alan B. Densky
I have an Access 2000 database.
I have a Parent table and a Child table.
The Parent table's key is LeadID - which is an autonumber field.
The Child table has a foreign key of LeadID - long Integer - Indexed but
more than one allowed
The tables are related in a 1 to many relationship
The Parent Table is the record source for the main form
I have a button on the main form to open another secondary form based on the
Child table, and limiting the records to the LeadID
When I open the secondary form from the main form, and add a record in the
secondary form, it is not filling in the LeadID automatically.
Duh! What am I missing here?
Alan
I have a Parent table and a Child table.
The Parent table's key is LeadID - which is an autonumber field.
The Child table has a foreign key of LeadID - long Integer - Indexed but
more than one allowed
The tables are related in a 1 to many relationship
The Parent Table is the record source for the main form
I have a button on the main form to open another secondary form based on the
Child table, and limiting the records to the LeadID
When I open the secondary form from the main form, and add a record in the
secondary form, it is not filling in the LeadID automatically.
Duh! What am I missing here?
Alan