Hi there
I have a form with subform with the following problem.
The code on ONCURRENT event for the SUBFORM is to run a procedure called CHECKDATECREATED
It is called only once within the code.
However when I open the form with a record on it, it runs the CHECKDATECREATED 3 times.
There is only 1 item on the subform.
The CHECKDATECREATED has a warning message box, which means it shows up 3 times, which is pretty annoying.
I have checked the code on the MAIN FORM and SUBFORM and the CHECKDATECREATED is only called ONCE (on the OnCUrrent event of the subform)
Any ideas???
Thanks in advance
I have a form with subform with the following problem.
The code on ONCURRENT event for the SUBFORM is to run a procedure called CHECKDATECREATED
It is called only once within the code.
However when I open the form with a record on it, it runs the CHECKDATECREATED 3 times.
There is only 1 item on the subform.
The CHECKDATECREATED has a warning message box, which means it shows up 3 times, which is pretty annoying.
I have checked the code on the MAIN FORM and SUBFORM and the CHECKDATECREATED is only called ONCE (on the OnCUrrent event of the subform)
Any ideas???
Thanks in advance