F Fallen New member Local time Yesterday, 20:41 Joined Dec 8, 2012 Messages 5 Dec 13, 2012 #1 Hello, I am trying to enable/disable certain command buttons on my data entry form when I perform an operation such as edit, save, add, etc. Does anyone have any idea how this should be coded. Thanks
Hello, I am trying to enable/disable certain command buttons on my data entry form when I perform an operation such as edit, save, add, etc. Does anyone have any idea how this should be coded. Thanks
John Big Booty AWF VIP Local time Today, 10:41 Joined Aug 29, 2005 Messages 8,262 Dec 13, 2012 #2 Try the following; Code: Me.YourCommandButton Name.Enabled = False Use True to re-enable it.