I want to enter data in three related tables through the same form.
The tables are:
Vendors, with fields named vendorID (key), vendorname and city;
Products, with fields named productID (key), productname, and topic; and
WhoSellsWhat, with fields vendorID, productID, and relationship.
The...