tonesbones
New member
- Local time
- Yesterday, 22:28
- Joined
- May 19, 2013
- Messages
- 4
Dear Access Gods,
I'm working on a way to change the criteria of a query using input from a textbox on a form. i.e. An ID number is typed into the textbox and I press a button and the text is automatically updated to the criteria in the query.
Even more details:
Table:
ID SCORE
1 100
2 90
User inputs "2" in textbook and the button changes the query "ID" filter to "2".
I know there is an easier way to do this without textbox/form/vb, but that is why I'm here asking for some help.
Regards, Tony
I'm working on a way to change the criteria of a query using input from a textbox on a form. i.e. An ID number is typed into the textbox and I press a button and the text is automatically updated to the criteria in the query.
Even more details:
Table:
ID SCORE
1 100
2 90
User inputs "2" in textbook and the button changes the query "ID" filter to "2".
I know there is an easier way to do this without textbox/form/vb, but that is why I'm here asking for some help.
Regards, Tony