Thanks for all the help for creating combo boxes. Now I have come up with something I don't know how to do.
I have two tables; tblAssociate which has two columns "Site" and "Associates. There are 7 different sites and I have creating cascading combo boxes after selecting the site, the associates for that site are listed.
The other table is tblequipment which has two columns "Site" and "Equipment". It has the same 7 sites and when I select the site, it will list the equipment at the selected site.
But, I don't want the site to have to be selected the second time. The form has other text boxes and combo boxes but these are the only two that pertain to the site. Can I just have the site selected one time on the form and it bring up the associates and equipment to be selected for that site?
Thanks,
I have two tables; tblAssociate which has two columns "Site" and "Associates. There are 7 different sites and I have creating cascading combo boxes after selecting the site, the associates for that site are listed.
The other table is tblequipment which has two columns "Site" and "Equipment". It has the same 7 sites and when I select the site, it will list the equipment at the selected site.
But, I don't want the site to have to be selected the second time. The form has other text boxes and combo boxes but these are the only two that pertain to the site. Can I just have the site selected one time on the form and it bring up the associates and equipment to be selected for that site?
Thanks,