G
Guest
I have 3 tables lead table, countysend and countylist table. One lead can be sent to many counties. User's enter the lead information and then they have to select which counties they would like to send it to. I created a list box on a form which is a button on the main form called "Select Counties". The list box is populated by the countylist table. When user's select the multiple counties from the list box they hit another button called "OK" by clicking "OK"it should enter a record for every county selected in the list box for that leadID in the countysend table and then return to the main form. On the main form I have a subform that will list all of the counties selected. I also need a Statewide option which is basically "all" counties on the list which will add 67 records.
Exampl
LeadId Count
12 Orang
12 Ba
12 Volusia
Exampl
LeadId Count
12 Orang
12 Ba
12 Volusia