John thomas
Registered User.
- Local time
- Today, 05:17
- Joined
- Sep 4, 2012
- Messages
- 206
Help please
I have a split form to display all my Invoices
Currently the underlying Query displays all Invoices
I Want a a combo box to display various numeric ranges .The combo Gets its ranges from a table where they are stored as text .
My prolem is that no matter what I try I can only get the combo to put a single number in the query criterior, eg ifI put 23456 or 34526 it will show that one Invoice but if I add >20
It shows nothing .If I manually insert >20 in the criteria of the query it works but just wont work when the combo gets >20 from the table and the query gets is criteria from the combo
I have a split form to display all my Invoices
Currently the underlying Query displays all Invoices
I Want a a combo box to display various numeric ranges .The combo Gets its ranges from a table where they are stored as text .
My prolem is that no matter what I try I can only get the combo to put a single number in the query criterior, eg ifI put 23456 or 34526 it will show that one Invoice but if I add >20
It shows nothing .If I manually insert >20 in the criteria of the query it works but just wont work when the combo gets >20 from the table and the query gets is criteria from the combo