Okay hereis what I have on the first form
Dim stDocName As String
stDocName = "Second Look"
DoCmd.OpenForm stDocName, , , , , , Me.Name
Where Name is the name of the field i want to pass to the 2nd form.
the code behind on the 2nd form has this:
Private Sub Form_Open(Cancel...