Hey folks
Have a pdf file which am trying to link to a form via a button, when creating the link between the two the form is not presenting any option for parameter selection.
here is my pdf sql created with the sql builder:
SELECT
club.clubLogo,
club.clubName,
club.clubTell,
club.clubMobile,
club.clubEmail,
mbr.mbrFname,
mbr.mbrLname,
mbr.mbrPhoto,
mbr.mbrDateValid
FROM
club,
mbr
WHERE
(mbr.mbrID = ‘{mbrID}’) AND
(club.clubID = ‘1’)
any help would be aprechiated… thx in advance