Hi,
I nearly have this, but not quite!
Using a form to input text, from which a report will run using the text as part of a search.
I want the report to run,
1) When the command button is pressed,or,
2) When the user hits <CR>
Don't want it to run if any other key is pressed, such as TAB.
Any thoughts?
Should I be using the 'On Change' or 'on key down' properties?
Also, I don't want it to run if no text has been typed. I have tried creating a validation rule for the text field <>NULL, with an appropriate message but this does nothing!
Any help appreciated,
Frank G
I nearly have this, but not quite!
Using a form to input text, from which a report will run using the text as part of a search.
I want the report to run,
1) When the command button is pressed,or,
2) When the user hits <CR>
Don't want it to run if any other key is pressed, such as TAB.
Any thoughts?
Should I be using the 'On Change' or 'on key down' properties?
Also, I don't want it to run if no text has been typed. I have tried creating a validation rule for the text field <>NULL, with an appropriate message but this does nothing!
Any help appreciated,
Frank G