I am trying to use a text box value that is on a form in a UPDATE query criteria field. Some things you need to know:
1) I have placed the varible name in the query criteria field.
2) The text box I am trying pull the value from is unbound.
3) The form is open and loaded when I run the query.
When the query is run, nothing gets passed to the criteria field. The end result is that the criteria field uses a null value.
I have two questions:
1) Is it possible to pass a unbound text box value from a form to an update query criteria field.
2) If so, how do I get the value passed successfully.
1) I have placed the varible name in the query criteria field.
2) The text box I am trying pull the value from is unbound.
3) The form is open and loaded when I run the query.
When the query is run, nothing gets passed to the criteria field. The end result is that the criteria field uses a null value.
I have two questions:
1) Is it possible to pass a unbound text box value from a form to an update query criteria field.
2) If so, how do I get the value passed successfully.