Forcing update of text box value

G

Guest

Hi all

I’m trying to implement a form that runs SQL based on the value of a text
box. What I want to happen is that the user just types in a value then hits
return to run the query.

Problem is, the text box is not ‘updating’ or ‘confirming’ the new value
until the text box loses the focus. This means that the query is not using
the new value.

Is there a way to programmatically ‘force’ the text box to update its value?
I can’t see anything in the control object’s methods.

Many thanks

David
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top