First, I have to admit that I'm not a real heavy Access developer, so please be gentle. 
I have three tables involved here:
Customers (master list of customers)
Codes (master list of codes)
CodeCust (list of codes that applies to customers)
I'd like to do two things:
1. When adding customers to my application, I'd like to create a "multi-select" list box that is populated from the Codes table. The user should be able to select one, none, or many of the codes.
2. On "Save", I'd like to create CodeCust records for that customer, with all of the codes chosen in the list box.
Can someone give me a hand doing this? I'd really, REALLY appreciate it.
Thanks!
modfather
I have three tables involved here:
Customers (master list of customers)
Codes (master list of codes)
CodeCust (list of codes that applies to customers)
I'd like to do two things:
1. When adding customers to my application, I'd like to create a "multi-select" list box that is populated from the Codes table. The user should be able to select one, none, or many of the codes.
2. On "Save", I'd like to create CodeCust records for that customer, with all of the codes chosen in the list box.
Can someone give me a hand doing this? I'd really, REALLY appreciate it.
Thanks!
modfather