Multi-selection list box in a form

princessdmb

Registered User.
Local time
Today, 05:38
Joined
Sep 1, 2011
Messages
15
Hello,

I've created a database to track training courses. I'm having issues with selecting multiple trainers. I set up my table to lookup a "List" on the trainer column. I've entered 2 records into my form and it displays 6 records. See attach image.

What am I doing wrong? :banghead:

Please help :o
 
Change the List box's bound field from Trainers to Trainers.Value
 
Last edited:
Change the List box's bound field from Trainers to Trainers.Value
After testing, I was wrong. REMOVE the Trainers.Value field from the form's Record Source Query and the list box if bound to the Trainers field (no .value after it), it should work fine.
 

Users who are viewing this thread

Back
Top Bottom