Toggling Enabled property sets form to being updated

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.
 
A

Allen Browne

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.
 
C

Chris Emery

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.
 
Top