G
Guest
I can do it with one field but how do you do it with say 2 more like
FirstName and LastName?
This is in the current form that will have the value in SSN trasferred to it
Private Sub Form_Load()
If Me.OpenArgs <> "" Then Me.SSN.DefaultValue = Me.OpenArgs
End Sub
This is in the previous form that opens the new form and send the SSN
DoCmd.OpenForm "QLESQ", , , , , , Me!SSN.Value
FirstName and LastName?
This is in the current form that will have the value in SSN trasferred to it
Private Sub Form_Load()
If Me.OpenArgs <> "" Then Me.SSN.DefaultValue = Me.OpenArgs
End Sub
This is in the previous form that opens the new form and send the SSN
DoCmd.OpenForm "QLESQ", , , , , , Me!SSN.Value