eason
11-03-1999, 01:23 PM
In a continuous form, I'm tring to copy input form one text box to the same text box on the next line. What are my options?
|
View Full Version : Coping from one text box to another text box? eason 11-03-1999, 01:23 PM In a continuous form, I'm tring to copy input form one text box to the same text box on the next line. What are my options? Bru 11-12-1999, 11:51 PM Try PrivateSub [Field1]AfterUpdate() Me.[Field2]=Me.[Field1] EndSub Bru. [This message has been edited by Bru (edited 11-21-1999).] |