G
Guest
Hi there,
I have an unbound text box which users can enter an issue number. When the
'display results' button is clicked, the query opens wiht the filtered
information.
Problem:
when the text box value is changed, it isn't reflected in the query result
set. I have tried adding me.txtIssueNumber.requery to the After_Update
event, but it changes the value at the wrong time. For example if i change
the value and click the button, nothing changes. If i close the query and
reopen it using the button on the form, then the change shows.
How can i make the change be seen immediately?
Many thanks in advance.
I have an unbound text box which users can enter an issue number. When the
'display results' button is clicked, the query opens wiht the filtered
information.
Problem:
when the text box value is changed, it isn't reflected in the query result
set. I have tried adding me.txtIssueNumber.requery to the After_Update
event, but it changes the value at the wrong time. For example if i change
the value and click the button, nothing changes. If i close the query and
reopen it using the button on the form, then the change shows.
How can i make the change be seen immediately?
Many thanks in advance.