C
cableguy47905 via AccessMonster.com
I have two tables. They have a one to many relationship. When I use a form
to enter data into the main table, I need to also create at least on record
even if blank in the other table, otherwise I will not be able to edit or add
a new record to the smaller table.
The two tables are like this:
Contact Table (Main)
Map table - Can have many maps to one contact
They are updated by a main form with a subform. The subform is built on the
Map Table and the main form is built on a query of the Contact Table and the
Map table. (There are three fields that need to be shown on the main form
that are in the Map table.) This query has a left outer join so that I do
not show all of the possible records, just those new records on the main
contact table. When I build a new contact, I need to be able to build a new
map (even if it is blank, I guess).
I can currently update all records that are in both tables, but any new
record must exist in both tables If I am to be able to edit later.
Any help would be much appreciated.
Thanks,
Lee
to enter data into the main table, I need to also create at least on record
even if blank in the other table, otherwise I will not be able to edit or add
a new record to the smaller table.
The two tables are like this:
Contact Table (Main)
Map table - Can have many maps to one contact
They are updated by a main form with a subform. The subform is built on the
Map Table and the main form is built on a query of the Contact Table and the
Map table. (There are three fields that need to be shown on the main form
that are in the Map table.) This query has a left outer join so that I do
not show all of the possible records, just those new records on the main
contact table. When I build a new contact, I need to be able to build a new
map (even if it is blank, I guess).
I can currently update all records that are in both tables, but any new
record must exist in both tables If I am to be able to edit later.
Any help would be much appreciated.
Thanks,
Lee