J
Jen
On a form I have this button "Who called" that is supposed to filter my
"phonebook form" so, that one could check, by clicking the "Who called"
button and filling in the number in a parameter prompt, the person who was
calling.
I pass the buttons stLinkCriteria like this (phonenumber still hardcoded as
1234567):
stLinkCriteria = "[telefon]or[gsm]=" & "'" & "1234567" & "'"
As you can see there are two fields from where the phonenumber is to be
filtered; "telefon" (=phone) and "gsm". This works if I only seek the number
from one field, but when I try seeking from these two fields I run inte
problems. tried "Or" as in the example but this won't work.
Jen
"phonebook form" so, that one could check, by clicking the "Who called"
button and filling in the number in a parameter prompt, the person who was
calling.
I pass the buttons stLinkCriteria like this (phonenumber still hardcoded as
1234567):
stLinkCriteria = "[telefon]or[gsm]=" & "'" & "1234567" & "'"
As you can see there are two fields from where the phonenumber is to be
filtered; "telefon" (=phone) and "gsm". This works if I only seek the number
from one field, but when I try seeking from these two fields I run inte
problems. tried "Or" as in the example but this won't work.
Jen