thanks, i assumed it was there i just did not know if there would be an issue with the order in which the code was provided
this is what i did and it works
Private Sub Form_Load()
Me.frmCNRCancellation.Visible = True
DoCmd.GoToRecord , , acNewRec
End Sub
now one more quick question. If...