Sorry. Full code is:
Private Sub Form_Open(Cancel As Integer)
DoCmd.GoToRecord , , acNewRec
stDocName = "CopyProjectTable"
DoCmd.CopyObject , "Project Table " & ProjectIDText.Value, Table, "SE2 Project Table"
End Sub
Form's record source property is set to "SE12 Country Directory"...