another question:
I try to make it easy finding adresses. So when you select Groningen, you find adresses from people in Groningen.
I made a field groningentxt (containing the adresses) and put it invisible on the card
so I wrote:
Code: Select all
on mouseup
put "empty" into field "adressenveld"
if "groningen" is in the clicktext then put groningentxt into field "adressenveld"
end mouseup
Can someone help me again?
Other question: when the adress is shown, how can email or telephonenumber be selected and activated?
Waiting for your kind responses,
docH