Hi..Here is my problem.
I have 3 tables:
1) Retailers which contains Retailer ID, Retailer Name, Address etc.
2) Distributors which contains Distributor ID, Distributor Name.
3) A table which links the 2. I have created a many to many relationship meaning that in this table I solely enter the Retailer ID and the related Distributor ID. There can be more than 1 Distributor for every retailer.
Here is my problem: I am trying to make a user friendly Form for Retailers which will allow the user to pick and choose which distributors are necessary along with entering the retailer information. Is there a way to do this with check boxes or a combo box with the way I have set up my database?
Thanks in advance!
Dan
I have 3 tables:
1) Retailers which contains Retailer ID, Retailer Name, Address etc.
2) Distributors which contains Distributor ID, Distributor Name.
3) A table which links the 2. I have created a many to many relationship meaning that in this table I solely enter the Retailer ID and the related Distributor ID. There can be more than 1 Distributor for every retailer.
Here is my problem: I am trying to make a user friendly Form for Retailers which will allow the user to pick and choose which distributors are necessary along with entering the retailer information. Is there a way to do this with check boxes or a combo box with the way I have set up my database?
Thanks in advance!
Dan