TheSouthCole
Technical User
- Jul 9, 2003
- 32
I have a very complex query (based on several other queries and tables) and want to provide a combo box for user to select queried data.
Question #1: is there any way to do that without VBA code, and if so, how?
Question #2: user wants one of the choices (from this combo box) to be "Rail" but data field stores "Intermodal" or "Boxcar." In other words, they want to choose "Rail" from the combo box and thus pull records where data = intermodal or boxcar, and have it show under the group called Rail. Ideas?
Question #1: is there any way to do that without VBA code, and if so, how?
Question #2: user wants one of the choices (from this combo box) to be "Rail" but data field stores "Intermodal" or "Boxcar." In other words, they want to choose "Rail" from the combo box and thus pull records where data = intermodal or boxcar, and have it show under the group called Rail. Ideas?