problems with a form and command buttons

gcrutch

Registered User.
Local time
Today, 08:58
Joined
Jan 31, 2011
Messages
51
I have a form that have several command buttons one of which is a save record button. ON LOAD 3 of the command buttons are disabled if it is a new record. If it is not a new record the buttons are enabled. Now my problem is this.....The Save Record button is controlled by a macro that is done by Access thru the wizard. I need to click the save record button and the other 3 buttons are automatically enabled. Being that my save record button is a macro I'm not sure where to put the code to do it. or better yet what code I need to carry out the function. Any help would be appreciated.
 
You can add lines to your macro (using SetValue).
 

Users who are viewing this thread

Back
Top Bottom