Hello,
I'm a real, real dummy in VB.
VB Code:
Private Sub Command28_Click() On Error GoTo Err_Command28_Click DoCmd.DoMenuItem acFormBar, acRecordsMenu, acSaveRecord, , acMenuVer70 Exit_Command28_Click: Exit Sub Err_Command28_Click: MsgBox Err.Description Resume Exit_Command28_Click End Sub
How do I get the the forum closed after the saving?
Greetings,
Iwan.
