B bayman Registered User. Local time Today, 01:23 Joined May 25, 2001 Messages 96 May 26, 2001 #1 When I move to a new record within a form, I want an opportunity to set various field properties, but I can't find an appropriate event at which point to do this. Any suggestions?
When I move to a new record within a form, I want an opportunity to set various field properties, but I can't find an appropriate event at which point to do this. Any suggestions?
J Jack Cowley Registered User. Local time Today, 01:23 Joined Aug 7, 2000 Messages 2,639 May 26, 2001 #2 In the On Current event of the form use code like this: If Me.NewRecord Then Set properties here End if
In the On Current event of the form use code like this: If Me.NewRecord Then Set properties here End if