P
Preston
This code used to work in 97. Even though the error
handler catches the error: It still hangs access. Can't
go to design view. What gives?
Method 'Recalc' of Object '_Form_APItems_SubNLI' failed
On Error GoTo Err_Amount_AfterUpdate
Forms![AP_NLI]![Mk_Pmt_PdItems_NLI].Form.Recalc
Forms![AP_NLI]![Credit] = Forms![AP_NLI]!
[Mk_Pmt_PdItems_NLI].Form.[Ctotal]
'MsgBox "Waiting"
'SendKeys "{PGDN}{RIGHT}{Right}"
Exit_Amount_AfterUpdate:
Exit Sub
Err_Amount_AfterUpdate:
MsgBox Err.Description
Resume Exit_Amount_AfterUpdate
End Sub
Thanks,
Preston
handler catches the error: It still hangs access. Can't
go to design view. What gives?
Method 'Recalc' of Object '_Form_APItems_SubNLI' failed
On Error GoTo Err_Amount_AfterUpdate
Forms![AP_NLI]![Mk_Pmt_PdItems_NLI].Form.Recalc
Forms![AP_NLI]![Credit] = Forms![AP_NLI]!
[Mk_Pmt_PdItems_NLI].Form.[Ctotal]
'MsgBox "Waiting"
'SendKeys "{PGDN}{RIGHT}{Right}"
Exit_Amount_AfterUpdate:
Exit Sub
Err_Amount_AfterUpdate:
MsgBox Err.Description
Resume Exit_Amount_AfterUpdate
End Sub
Thanks,
Preston