S
Sammie
I have 2 tables: tblVendors and tblVendorContacts.
I want to add a new vendor via frmVendors, and at the same time, create a
new record in tblVendorContacts with both the VendorID from the new record I
am creating, and the new contact information I am typing in.
Objects & fields:
tblVendors has fields: vendorID, contactname, email
tblVendorContacts has fields: contactID, vendorID, namecontactV, and
EmailContactV
(these tables are joined on vendorID - what kind of relationship should
they have?)
frmVendors is based on tblVendors. I want to add a new vendor here, and
when I get to the contactname field, I want to add a new record to the
tblVendorContacts with the new vendorID, and also the contact information.
Thank you!
Sammie
I want to add a new vendor via frmVendors, and at the same time, create a
new record in tblVendorContacts with both the VendorID from the new record I
am creating, and the new contact information I am typing in.
Objects & fields:
tblVendors has fields: vendorID, contactname, email
tblVendorContacts has fields: contactID, vendorID, namecontactV, and
EmailContactV
(these tables are joined on vendorID - what kind of relationship should
they have?)
frmVendors is based on tblVendors. I want to add a new vendor here, and
when I get to the contactname field, I want to add a new record to the
tblVendorContacts with the new vendorID, and also the contact information.
Thank you!
Sammie