I cannot navigate through records once I link one form to another. Any help would be great. Thank you!
Dim stDocName As String
Dim stLinkCriteria As String
stDocName = "frmMember"
stLinkCriteria = "[FirstOfPatient ID Carrier]=" & "'" & Me![Patient ID Carrier] & "'"
DoCmd.Close
DoCmd.OpenForm stDocName, , , stLinkCriteria
Dim stDocName As String
Dim stLinkCriteria As String
stDocName = "frmMember"
stLinkCriteria = "[FirstOfPatient ID Carrier]=" & "'" & Me![Patient ID Carrier] & "'"
DoCmd.Close
DoCmd.OpenForm stDocName, , , stLinkCriteria