Hello,
I am trying to resolve a problem with selecting multiple records.
I have a table called T_user and bound form called F_user.
This form displays all 3 fields from that table.
When I want to add a new user, I enter a name and select a department.
Some of the users work for few departments, so here is the question:
How to select multiple departments for one user?
The department field in F_user is set to LISTBOX, and the multi select option in properties is set to SIMPLE.
I can select multiple departments, but as we know it won't save in the table, it will leave it as NULL value.
I can't use LOOKUP WIZARD as everyone on this forum will tell it it's an evil.
How can I save the record then?
p.s.
I another form I need to select users from specific department, so lets say A.Smith, need to be visible in those few selected ones.
I have seen this:
http://www.baldyweb.com/
form this post
http://www.access-programmers.co.uk/forums/showthread.php?t=269981
but unsure how can I make it work on my form.
Thanks
I am trying to resolve a problem with selecting multiple records.
I have a table called T_user and bound form called F_user.
This form displays all 3 fields from that table.
When I want to add a new user, I enter a name and select a department.
Some of the users work for few departments, so here is the question:
How to select multiple departments for one user?
The department field in F_user is set to LISTBOX, and the multi select option in properties is set to SIMPLE.
I can select multiple departments, but as we know it won't save in the table, it will leave it as NULL value.
I can't use LOOKUP WIZARD as everyone on this forum will tell it it's an evil.
How can I save the record then?
p.s.
I another form I need to select users from specific department, so lets say A.Smith, need to be visible in those few selected ones.
I have seen this:
http://www.baldyweb.com/
form this post
http://www.access-programmers.co.uk/forums/showthread.php?t=269981
but unsure how can I make it work on my form.
Thanks