I have a continuous form (Timecard Entry) in which I have unbound controls in the header that users enter data. The unbound controls are the default values for bound controls in the details section. Any time the unbound controls are updated I would like the entire form to refresh so that the detail controls will update with any changes.
I have tried all the following on the AfterUpdate event and none of them work:
docmd.Sendkeys "+{F9}"
Me.Requery
Me![Timecard Entry].Requery
Am I using the wrong commands?
I have tried all the following on the AfterUpdate event and none of them work:
docmd.Sendkeys "+{F9}"
Me.Requery
Me![Timecard Entry].Requery
Am I using the wrong commands?