Running Access 2003 on Windows Small Business Server 2003.
I am updating controls on a subform based on updates in the main form. The
updates in the subform do occur, but sometimes it takes 10-15 seconds
(sometimes more) to show on the screen. I thought that by reducing the
Refresh Interval would solve the problem.
I tried using Me.Requery - but am presented with the following problem:
The Subform is linked/tied to the Main Form via CustNumber. When I run the
requery (via the Update event), the Subform always brings up the first
CustNumber record in the underlying query. I want the Subform to stay at the
current CustNumber record.
If I do nothing (that is remove the Me.Requery), the Subform does stay at
the current CustNumber record - it just can take a very long time to populate.