M
Mohan
I have three combo boxes on a form
combo1 = Organization region
combo2 = Division
combo3 = UserID (user names)
based on the combo1 selection, I set the rowsoruce for combo2 so it only
lists the divistion in the specified region (in combo1)
again, based on the selection of combo2, the combo3 rowsoruce is set so it
only lists the users in that division.
Now I need to pass all the userID in combo3 to a query
If the user selects one user from combo3, then its easy: you pass the the
value of the combo3 (which is userID)
However, if nothing is selected from the combo box, I need to pass all the
userID in combo3. How do I do that?
Thanks
combo1 = Organization region
combo2 = Division
combo3 = UserID (user names)
based on the combo1 selection, I set the rowsoruce for combo2 so it only
lists the divistion in the specified region (in combo1)
again, based on the selection of combo2, the combo3 rowsoruce is set so it
only lists the users in that division.
Now I need to pass all the userID in combo3 to a query
If the user selects one user from combo3, then its easy: you pass the the
value of the combo3 (which is userID)
However, if nothing is selected from the combo box, I need to pass all the
userID in combo3. How do I do that?
Thanks