Hello all,
I am trying to add another parameter on string that i have placed on the combo box's row source:
Currently, the combo box returns with a list that has a source value thats equal to 1. I want it show a list that contains both 1 and 2 source values.
I have tried "1:2"
<>1,2
Please help. Thank you
I am trying to add another parameter on string that i have placed on the combo box's row source:
Code:
SELECT Contacts.ID, Contacts.[First Name] & " " & List.[1Name] FROM Lists WHERE Lists.source=[B][U][COLOR=red]'1'[/COLOR][/U][/B] ORDER BY List.[2Name];
Currently, the combo box returns with a list that has a source value thats equal to 1. I want it show a list that contains both 1 and 2 source values.
I have tried "1:2"
<>1,2
Please help. Thank you