E eason Registered User. Local time Today, 05:37 Joined Nov 3, 1999 Messages 31 Nov 3, 1999 #1 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?
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?
B Bru Registered User. Local time Today, 11:37 Joined Nov 12, 1999 Messages 18 Nov 13, 1999 #2 Try PrivateSub [Field1]AfterUpdate() Me.[Field2]=Me.[Field1] EndSub Bru. [This message has been edited by Bru (edited 11-21-1999).]
Try PrivateSub [Field1]AfterUpdate() Me.[Field2]=Me.[Field1] EndSub Bru. [This message has been edited by Bru (edited 11-21-1999).]