Hi, I just gave up trying myself so I came here:
I have two different tables that have one field in common, it looks like this:
A-123
I'm tyring to write a stLinkCriteria so when I double-click on that field in Table1 it will take me to the matching record of Table2
So I'm on the form of Table 1 and I double-click on "Code" field
stLinkCriteria = "[Token]=" & Me!
I have two different tables that have one field in common, it looks like this:
A-123
I'm tyring to write a stLinkCriteria so when I double-click on that field in Table1 it will take me to the matching record of Table2
So I'm on the form of Table 1 and I double-click on "Code" field
stLinkCriteria = "[Token]=" & Me!
Code:
& ""
[/COLOR]
But that doesn't work. :confused:
I appreciate a suggestion on this matter. Thanks.