When you say "go to", you mean open? If so, then you simply need to use an if statement and open the proper form.
If Me.CheckboxName = True Then
DoCmd.OpenForm "Form1Name"
Else
DoCmd.OpenForm "Form2Name"
End If
Daniel Pineault, 2010-2019 Microsoft MVP
Professional Support: http://www.cardaconsultants.com
MS Access Tips and Code Samples: http://www.devhut.net