ApparentlyInept
Technical User
Runtime Error 2046
The Command or action Save Record isn't available now.
Anybody know why this error might be coming up? I have it set as a OnClose event.
When I go to debug it highlights the entire DoCmd action.
The Command or action Save Record isn't available now.
Anybody know why this error might be coming up? I have it set as a OnClose event.
When I go to debug it highlights the entire DoCmd action.
Code:
Private Sub Form_Close()
[highlight]DoCmd.DoMenuItem acFormBar, acRecordsMenu, acSaveRecord, , acMenuVer70[/highlight]
End Sub