G
Guest
I have 2 forms with the same control field. If I change the control field in
one form, there seems to be a delay in the other form being updated. For
example, I have code that stores a value in Forms!FORM1!field1. (If I look at
the associated table, field1 has been updated successfully.) But, if I look
at FORM2, the field1 has not been updated. However, if I open/close FORM2
several times, the field1 is eventually updated.
Is there a way that I can force the control field in FORM2 to be updated
immediately after the control field is changed in FORM1?
one form, there seems to be a delay in the other form being updated. For
example, I have code that stores a value in Forms!FORM1!field1. (If I look at
the associated table, field1 has been updated successfully.) But, if I look
at FORM2, the field1 has not been updated. However, if I open/close FORM2
several times, the field1 is eventually updated.
Is there a way that I can force the control field in FORM2 to be updated
immediately after the control field is changed in FORM1?