first and foremost I am a novice.......
I have a form with several list boxes. I want my users to select a value in the list boxes to create query results. Sometimes I will need only certain list boxes on the form to create a query. I can use listbox1 ,3, 5 or 1,2,3 etc. If no value is selected in the other list boxes it will be bypass . Thanks in advance
list box1 contains All and Id_numbers for each participant
list box2 contains Primary address , secondary address and Both
list box3 contains Male , Female
List box4 contains dates
List box5 contains email address(yes or no), telephone(yes or no) and Leave message(yes or no)
etc.....................
I have no problems getting the values in the list boxes. I use either value list or row source it from a table.
Or provide me any other way to do the job