G
Guest
I have a data field in my database that toggles between two values, null and
27. Yes, 27. It's a long story.
I'd like to attach this to a checkbox. When I do, the checkbox properly
displays a check when the value is 27. I assume it really means "not null".
The problem is that when I toggle the control it seems to ignore the macro
I've written, overriding the value I push in (null or 27) and changing it to
0 or -1. I've tried doing this in both the before and afterUpdate, but no
luck.
IIRC there's a way to stop the rest of the event from firing so that my
change will stick and the checkbox's own event handler won't continue. Do you
think this will do the trick? If so, how do I do this?
Maury
27. Yes, 27. It's a long story.
I'd like to attach this to a checkbox. When I do, the checkbox properly
displays a check when the value is 27. I assume it really means "not null".
The problem is that when I toggle the control it seems to ignore the macro
I've written, overriding the value I push in (null or 27) and changing it to
0 or -1. I've tried doing this in both the before and afterUpdate, but no
luck.
IIRC there's a way to stop the rest of the event from firing so that my
change will stick and the checkbox's own event handler won't continue. Do you
think this will do the trick? If so, how do I do this?
Maury