B
Bonnie A
Hi everyone. Using A02 on XP. Currently have one link working great (had
help from you guys). Need to add a second one. It is [TPAContactID], also a
number field. Not sure how to nest it in.
Dim stDocName As String
Dim stLinkCriteria As String
stDocName = "TPA-Address-Form"
stLinkCriteria = "[TPAID]=" & Me![TPAID]
DoCmd.OpenForm stDocName, , , stLinkCriteria
Thanks in advance for any help or advice!
help from you guys). Need to add a second one. It is [TPAContactID], also a
number field. Not sure how to nest it in.
Dim stDocName As String
Dim stLinkCriteria As String
stDocName = "TPA-Address-Form"
stLinkCriteria = "[TPAID]=" & Me![TPAID]
DoCmd.OpenForm stDocName, , , stLinkCriteria
Thanks in advance for any help or advice!