sparkyrose
Registered User.
- Local time
- Today, 09:12
- Joined
- Sep 12, 2007
- Messages
- 31
Hi all,
I suspect I'm missing a database 101 issue here, so apologies if so.
I have two tables in my Db: tblMaster & tblAddresses. They are joined with a one-to-many relationship, with the addresses being the "one" side. Many entries in tblMaster have the same address.
I use a form, based on a query, to add records which creates the new vendor in tblMaster, and (if I have contact details), a record in tblAddresses. The problem is that while the PK is created in tblAddresses once I add the address info, the related FK field in tblMaster is not populated with that #.
Is this because I'm trying to do a kind of "reverse cascade", and if so any suggestions to resolve it? I'm sure this is a v simple question I'm missing.
Thanks in advance!
I suspect I'm missing a database 101 issue here, so apologies if so.
I have two tables in my Db: tblMaster & tblAddresses. They are joined with a one-to-many relationship, with the addresses being the "one" side. Many entries in tblMaster have the same address.
I use a form, based on a query, to add records which creates the new vendor in tblMaster, and (if I have contact details), a record in tblAddresses. The problem is that while the PK is created in tblAddresses once I add the address info, the related FK field in tblMaster is not populated with that #.
Is this because I'm trying to do a kind of "reverse cascade", and if so any suggestions to resolve it? I'm sure this is a v simple question I'm missing.

Thanks in advance!