B
Bernard
I have two simple tables in Access 2000
Companies Address
CompanyID* AddressID*
CompanyName Street
City
CompanyID
How do I automatically create a new Address record
when a new Company record is created?
I setup a relationship between both tables (on CompanyID).
Referential integrity is enforced.
I can then use a Query to combine both, then in the Form View
I can enter something for CompanyName. This creates a new
Company record but not an Address record. I need an address
record to be created with default values as soon as the
company record is created.
Also, I need a solution that works with three or more tables.
Creating a record in table1 creates a record in table2 which
in turns creates a record in table3... etc
Thanks.
Companies Address
CompanyID* AddressID*
CompanyName Street
City
CompanyID
How do I automatically create a new Address record
when a new Company record is created?
I setup a relationship between both tables (on CompanyID).
Referential integrity is enforced.
I can then use a Query to combine both, then in the Form View
I can enter something for CompanyName. This creates a new
Company record but not an Address record. I need an address
record to be created with default values as soon as the
company record is created.
Also, I need a solution that works with three or more tables.
Creating a record in table1 creates a record in table2 which
in turns creates a record in table3... etc
Thanks.