Hi, I have an update button on my form. I would like it so that it cannot be pressed more than once. So, as an event on click I put cmdupdate.enabled = False. However I get the error Run-time error '2164' You can't disable a control while it has focus. Is it possible to programmably shift the focus from the button and then disable it?
Thanks,
Michael Kohler
Thanks,
Michael Kohler