I have a form with 3 textboxes. Data in any one of them will be used in a query which is run currently through a command button.
I want to run the query after the user hits Enter in the textbox after their data.
I could use the 'after_Update' event but this activates when focus is lost from the text box, or on Tabs etc - not the intended function.
Any way to simulate this? (trap the chr of the Key?)
tx
I want to run the query after the user hits Enter in the textbox after their data.
I could use the 'after_Update' event but this activates when focus is lost from the text box, or on Tabs etc - not the intended function.
Any way to simulate this? (trap the chr of the Key?)
tx