A alguzman Registered User. Local time Today, 16:00 Joined Aug 2, 2001 Messages 63 Oct 8, 2001 #1 I have a form with cmd buttons on it. When you enter a new record with no iformation on it my cmd button is greyed out and that works fine. What I want is once you start typing in info the cmd button then becomes active. Any help.
I have a form with cmd buttons on it. When you enter a new record with no iformation on it my cmd button is greyed out and that works fine. What I want is once you start typing in info the cmd button then becomes active. Any help.
J Jack Cowley Registered User. Local time Today, 16:00 Joined Aug 7, 2000 Messages 2,639 Oct 8, 2001 #2 In the After Update event of the first field put: Me.CommmandButtonName.Enabled = True.