View Full Version : making a gryed out field active


alguzman
10-08-2001, 12:00 PM
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.

Jack Cowley
10-08-2001, 01:12 PM
In the After Update event of the first field put: Me.CommmandButtonName.Enabled = True.