I am having a problem with my Update Query running before my calculated fields have had a chance to update themselves.
As a result, the right data doesn't always get stored in the tables being updated.
Is there a way to verify or wait for the calculated field to update itself prior to the "DoCmd.RunSQL UPDATE...." statement being processed?
Me.Refresh doesn't seem to do the trick!
As a result, the right data doesn't always get stored in the tables being updated.
Is there a way to verify or wait for the calculated field to update itself prior to the "DoCmd.RunSQL UPDATE...." statement being processed?
Me.Refresh doesn't seem to do the trick!