Hello.
I am working on a workorder form that, after an update, opens and finds the inventory record in another form. I keep getting "Run-time error '2501': The OpenForm action was canceled.
This is what my code looks like.
If Me.Dirty Then ConfirmChg
DoCmd.OpenForm "EmpAudit1", , , "[EmpID]='" & Me![EmpID] & "'"
Help!
Thanks in advance...
I am working on a workorder form that, after an update, opens and finds the inventory record in another form. I keep getting "Run-time error '2501': The OpenForm action was canceled.
This is what my code looks like.
If Me.Dirty Then ConfirmChg
DoCmd.OpenForm "EmpAudit1", , , "[EmpID]='" & Me![EmpID] & "'"
Help!
Thanks in advance...