Toggling Enabled property sets form to being updated

  • Thread starter Thread starter Chris Emery
  • Start date Start date
C

Chris Emery

I am using a macro from the On Current event to toggle the Enabled property
of a number of controls on a form. As soon as I open the form it is shown
as already being updated. I don't want this. This also seems to interfere
with using an After Update macro to validate entries on the form. Any
advice would be appreciated.

Chris.
 
Chris, your macro is setting the Value of a control, or assigning a value to
a field.

Double-check it: it's doing more than just setting the Enabled property.
 
Hi Allen!

Amazing! I do a better double-check when told to do so. Yes, there was
value being set which I have moved to the Before Update macro. All is
perfect now. Many thanks.

Chris, Canberra.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top