this is the code...but i can't make it work... is there anything else i must do at form2?
Private Sub cmdEnterFields_Click()
Dim stDocName As String
Dim stLinkCriteria As String
stDocName = "form2"
stLinkCriteria = "[IdNo]=" & Me![IdNo]
DoCmd.OpenForm stDocName, , ...