S
spcscooter via AccessMonster.com
I want to be able to open a form after I save a record. This is the code
that I have to save a record and the name of the form is RMA Look Up
Private Sub Command29_Click()
On Error GoTo Err_Command29_Click
DoCmd.RunCommand acCmdSaveRecord
Exit_Command29_Click:
Exit Sub
Err_Command29_Click:
MsgBox Err.Description
Resume Exit_Command29_Click
End Sub
Thanks for everything
that I have to save a record and the name of the form is RMA Look Up
Private Sub Command29_Click()
On Error GoTo Err_Command29_Click
DoCmd.RunCommand acCmdSaveRecord
Exit_Command29_Click:
Exit Sub
Err_Command29_Click:
MsgBox Err.Description
Resume Exit_Command29_Click
End Sub
Thanks for everything