This is a bit unusual I think. I have two related forms. The second form is opened in dialog mode with a button from the first.
Code execution stops in the first form after the open statement for the second form until the second form is closed.
The second form modifies the same record that is current on form 1.
After form 2 closes, form 1 executes a refresh, so it is populated with form 2 updates.
When I try to do calculations on these new updated field values in form 1 they fail unless I pause the VBA code with a msgbox prior to performing calcs after the refresh.
Wild ! Anyone ? Thanks in advance for your assistance.