J
Jean-Paul
Hi,
In a subform, when I uncheck a checkbox following code is run:
If Me!Bezoeken = False Then
Me!Datum_bezoek = ""
endif
It works but in the table, the changing is visible only when the form is
closed.
When I place a breakpoint and check the data, nothing seems to be
changed. When I close the form, I have the feeling, only THEN the actual
data is deleted...
How to invoke it immediatly...
Thanks
JP
In a subform, when I uncheck a checkbox following code is run:
If Me!Bezoeken = False Then
Me!Datum_bezoek = ""
endif
It works but in the table, the changing is visible only when the form is
closed.
When I place a breakpoint and check the data, nothing seems to be
changed. When I close the form, I have the feeling, only THEN the actual
data is deleted...
How to invoke it immediatly...
Thanks
JP