I know this sounds simple enough, but there is a little twist. Usually, I would just set the row source to the query and we are all good to go. However, in this case, I want the user to be able to double-click to remove the selected item from the listbox. It will eventually get transferred to a different listbox.
In order to do this, the listbox row source type has to be value list, which doesn't allow me to put in an SQL statement to grab the query info.
I need some direction on how to go about doing this. Thanks in advance for the help!
In order to do this, the listbox row source type has to be value list, which doesn't allow me to put in an SQL statement to grab the query info.
I need some direction on how to go about doing this. Thanks in advance for the help!