multiselect example required

newby2VBA

Registered User.
Local time
Today, 03:08
Joined
Feb 6, 2010
Messages
45
I have a form where the user may pick more than one city for the same record using a multi select list box, I want to store the selected choices in a seperate table to keep it normalized. However I want to see the choices in a field on the form separated by ; or | Does anyone have a similar example of this problem or a better solution to handling this. I thought about adding subform on the main form but the selected cities on the list would be spread across 1000+ records and you would have to scroll and remember all the selections.
 
This is really helpful.I want to show the selection on the main form so I was wondering if you know how I can retrieve from the tblOtherTable the selections made and show it back on the main form in one field, unbound obviously. Or if there is a better way I'm open to suggestions.Thanks for the sample db
 

Users who are viewing this thread

Back
Top Bottom