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 WhoSellWhat table is there to relate vendors who may sell multiple products and products that may be handled by multiple vendors. Each WhoSellsWhat record identifies the relationship between a vendor and a product, e.g. manufacturer, retailer, dealer.
In addition, every product is assigned a Topic (from the Topics table) for sorting purposes.
I can not get the wizard to make a form that permits entering vendorname, city, productname, topic, and relationship. Sometimes it won't take the data, but when it does it won't properly update the three tables and check the Topics table to validate the topic.
Any ideas?
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 WhoSellWhat table is there to relate vendors who may sell multiple products and products that may be handled by multiple vendors. Each WhoSellsWhat record identifies the relationship between a vendor and a product, e.g. manufacturer, retailer, dealer.
In addition, every product is assigned a Topic (from the Topics table) for sorting purposes.
I can not get the wizard to make a form that permits entering vendorname, city, productname, topic, and relationship. Sometimes it won't take the data, but when it does it won't properly update the three tables and check the Topics table to validate the topic.
Any ideas?