Hello,

I'm a real, real dummy in VB.

VB Code:
  1. Private Sub Command28_Click()
  2. On Error GoTo Err_Command28_Click
  3.  
  4.  
  5.     DoCmd.DoMenuItem acFormBar, acRecordsMenu, acSaveRecord, , acMenuVer70
  6.  
  7. Exit_Command28_Click:
  8.     Exit Sub
  9.  
  10. Err_Command28_Click:
  11.     MsgBox Err.Description
  12.     Resume Exit_Command28_Click
  13.    
  14. End Sub

How do I get the the forum closed after the saving?

Greetings,
Iwan.