C
Commish
Greetings, right now, I am trying to use a Requery to update certain
data on my "DraftTracker_H".
In the last field that I add data to, I have an Event Procedure using
AfterUpdate
Private Sub HCRLTeam_AfterUpdate()
DoCmd.Requery "frm11_DraftTracker_H"
End Sub
It's not working, I get "Runtime error '2109': There is no field named
'frm11_DraftTracker_H' in the current record.
If I want the requery to run after I finish updating a few fields in a
records, which event should I be using?
data on my "DraftTracker_H".
In the last field that I add data to, I have an Event Procedure using
AfterUpdate
Private Sub HCRLTeam_AfterUpdate()
DoCmd.Requery "frm11_DraftTracker_H"
End Sub
It's not working, I get "Runtime error '2109': There is no field named
'frm11_DraftTracker_H' in the current record.
If I want the requery to run after I finish updating a few fields in a
records, which event should I be using?