Retain values from previous record in a text box

everblue

Registered User.
Local time
Tomorrow, 00:19
Joined
Jul 20, 2002
Messages
21
Dear Experts,
I have a form having many text boxes and combos. Among them are two text box (Date, Reference_No). I want to retain the previous entered values of these two boxes when I go to a new record. Can Anyone tell me how to do it.

Thanx
 
The values are retained until you change the combo, even if you go to a new record. If you want to retain the value after the combo has changed, you have to assign the value to a variable, which you later refer to in code.
 

Users who are viewing this thread

Back
Top Bottom