G
Guest
My querry gets the criteria from a ComboBox.
eample:
Acct Nubers(text)
11111
22222
33333
11111 or 22222
When I choose single account #s such as 11111, I get all the trans with acct
# 11111
But if I want acct #s 11111 or 22222, then the querry does not give any info
at all. I have tried quotation marks like "11111" or "22222" but the creteria
does not work
What am I missing?
I used a similar concept using a textBox, but no luck!
eample:
Acct Nubers(text)
11111
22222
33333
11111 or 22222
When I choose single account #s such as 11111, I get all the trans with acct
# 11111
But if I want acct #s 11111 or 22222, then the querry does not give any info
at all. I have tried quotation marks like "11111" or "22222" but the creteria
does not work
What am I missing?
I used a similar concept using a textBox, but no luck!