B
BlueWolverine
Hello,
I am running Access 03 on XP Pro.
I have a form with three fields, SerNo, TagNum, and VINum. They are three
different ways of searching for a vehicle in my database.
So a user fills in one of them, and clicks the button below to search for
that vehicle.
The problem is, my user keeps typing in say 9XX12345 and hitting enter
hoping to activate the button, but that moves it to the next field. and i
have each field set up to blank the other fields "ON ENTER" (as in on
entering the field, not the enter key). This helps the button do its job
cleanly.
SerNo is always 8 long, TagNo is always 7 long, and VINum is always 17 long
is there any way to make it such that hitting the ENTER key after filling in
the field causes the search button to run its code?
Thank you!
I am running Access 03 on XP Pro.
I have a form with three fields, SerNo, TagNum, and VINum. They are three
different ways of searching for a vehicle in my database.
So a user fills in one of them, and clicks the button below to search for
that vehicle.
The problem is, my user keeps typing in say 9XX12345 and hitting enter
hoping to activate the button, but that moves it to the next field. and i
have each field set up to blank the other fields "ON ENTER" (as in on
entering the field, not the enter key). This helps the button do its job
cleanly.
SerNo is always 8 long, TagNo is always 7 long, and VINum is always 17 long
is there any way to make it such that hitting the ENTER key after filling in
the field causes the search button to run its code?
Thank you!