L
Laurel
I have text box with code in the after_update event. The code is very
simple
[txtWeekDay] = "Testing this event"
My problem is that if the form is set to AllowAdditions = False, then
after_update doesn't execute UNLESS I put a break point in it. Then it does
execute. So..... I'm not positive that it doesn't execute, but I'm positive
that txtWeekDay doesn't get set unless the form is set to AllowAdditions =
True.
Any suggestions? (Other than setting AllowAdditions to true, which I don't
want to to at this point.)
simple
[txtWeekDay] = "Testing this event"
My problem is that if the form is set to AllowAdditions = False, then
after_update doesn't execute UNLESS I put a break point in it. Then it does
execute. So..... I'm not positive that it doesn't execute, but I'm positive
that txtWeekDay doesn't get set unless the form is set to AllowAdditions =
True.
Any suggestions? (Other than setting AllowAdditions to true, which I don't
want to to at this point.)