Febrero127
New member
- Local time
- Yesterday, 16:52
- Joined
- Apr 3, 2014
- Messages
- 7
:banghead
lease help I cannot get this to work
I have a form with a textbox name text_loc and users need to enter a row number for example "074"
If I type like "*074*" in the query criteria it works but I need to grab it from the text box and it does not work. How can I get it to run?
Ive tried many ways but cannot get it to work. In criteria I have tried:
ucase ([forms].[form1].[*text_loc*]
ucase ([forms].[form1].*[text_loc]*
ucase ([forms].[form1]."*[text_loc]*"
I have a form with a textbox name text_loc and users need to enter a row number for example "074"
If I type like "*074*" in the query criteria it works but I need to grab it from the text box and it does not work. How can I get it to run?
Ive tried many ways but cannot get it to work. In criteria I have tried:
ucase ([forms].[form1].[*text_loc*]
ucase ([forms].[form1].*[text_loc]*
ucase ([forms].[form1]."*[text_loc]*"