Anauz
11-20-2000, 01:41 AM
I have a form that has about 4 or 5 text boxes, wich i use to search my tables. I do this by typing in the data and the clicking in the seach button. what i want to do is when i press CR i want it to do the same thing
|
View Full Version : When Carriage Return is pressed... Anauz 11-20-2000, 01:41 AM I have a form that has about 4 or 5 text boxes, wich i use to search my tables. I do this by typing in the data and the clicking in the seach button. what i want to do is when i press CR i want it to do the same thing Neal 11-20-2000, 08:15 AM Use the same code that is behind the button, but put it as an After Update event for your last text box. Anauz 11-22-2000, 07:59 AM I did this, but it goes through all the boxes before it performs the action. Sometimes not all the boxes are filled out. |