R
Richard
I have a command button on my form I use to look at the "Datasheet view"
after closing the datasheet it doesn't return back to the form it returns me
to the switchboard.
Private Sub Command23_Click()
On Error GoTo Err_Command23_Click
DoCmd.OpenForm "frmScanlog", acFormDS
Exit_Command23_Click:
Exit Sub
Err_Command23_Click:
MsgBox Err.Description
Resume Exit_Command23_Click
End Sub
Thanks for your help.
after closing the datasheet it doesn't return back to the form it returns me
to the switchboard.
Private Sub Command23_Click()
On Error GoTo Err_Command23_Click
DoCmd.OpenForm "frmScanlog", acFormDS
Exit_Command23_Click:
Exit Sub
Err_Command23_Click:
MsgBox Err.Description
Resume Exit_Command23_Click
End Sub
Thanks for your help.