Need 2 links...

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!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top