K ktimov1 Registered User. Local time Today, 09:03 Joined May 18, 2010 Messages 19 May 19, 2010 #1 I know "Me.btnMain.Enabled = False" will work in the form that the button is in. However, what code can I use to enable/disable a button on another form from a module?
I know "Me.btnMain.Enabled = False" will work in the form that the button is in. However, what code can I use to enable/disable a button on another form from a module?
boblarson Smeghead Local time Today, 07:03 Joined Jan 12, 2001 Messages 32,059 May 19, 2010 #2 Forms!YourFormNameHere.YourButtonNameHere.Enabled = False