I created a database in Access 2003 that contains an unbound search form with several combo boxes. Each combo box is populated with entries from the appropriate table. I want to allow the user to select individual criteria from each combo box, or select <ALL>. If I try to set the RowSourceType of more than 1 combo box to the AddAllToList function, I get the error that the function is already in use by another control.
How can I use the function with multiple combo boxes?
The best idea I have come up with is create multiple functions that are essentially the same function with different names and call each one once. I tried it and it does give the desired results but seems like a very inefficient work around.
Thanks,
Shawn
How can I use the function with multiple combo boxes?
The best idea I have come up with is create multiple functions that are essentially the same function with different names and call each one once. I tried it and it does give the desired results but seems like a very inefficient work around.
Thanks,
Shawn
Comment