I have a command button that when you press it allows you to create a new record. How can I disable the command button after to press it?
I am using: Me.AddNewRecord.Enabled = False right now, but it comes back with an error that I cannot disable the selection because it has focus.
How can I make it lose the focus?
I am using: Me.AddNewRecord.Enabled = False right now, but it comes back with an error that I cannot disable the selection because it has focus.
How can I make it lose the focus?