I am building a new form, Im fairly new to form development. The idea is that there is a main splash page form where the user can hit a button to "add a new record" (code below):
Private Sub Command0_Click()
On Error GoTo Err_Command0_Click
DoCmd.OpenForm "Enter_New_Incident"
DoCmd.GoToRecord...