A Anauz Registered User. Local time Today, 13:21 Joined Nov 14, 2000 Messages 81 Nov 20, 2000 #1 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
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
N Neal Registered User. Local time Today, 13:21 Joined Feb 17, 2000 Messages 116 Nov 20, 2000 #2 Use the same code that is behind the button, but put it as an After Update event for your last text box.
Use the same code that is behind the button, but put it as an After Update event for your last text box.
A Anauz Registered User. Local time Today, 13:21 Joined Nov 14, 2000 Messages 81 Nov 22, 2000 #3 I did this, but it goes through all the boxes before it performs the action. Sometimes not all the boxes are filled out.
I did this, but it goes through all the boxes before it performs the action. Sometimes not all the boxes are filled out.