P
Paul M
Hi
I wish to make it so someone can select all(non
geographic) in Geographical location instead of only one
option if they wish.I have been informed that I need to
introduce a wild card. can anyone help
Thankyou
here is the SQL
SELECT Format([Amount_required],'Currency') AS
fmtAmount_required, Amount_required, Sponsorship_type,
Geographical_location, Short_description,Project_ID FROM
Results WHERE (Amount_required <= ::Amount_required::
AND Sponsorship_type LIKE '%::Sponsorship_type::%' And
Geographical_location LIKE '::Geographical_location::')
I wish to make it so someone can select all(non
geographic) in Geographical location instead of only one
option if they wish.I have been informed that I need to
introduce a wild card. can anyone help
Thankyou
here is the SQL
SELECT Format([Amount_required],'Currency') AS
fmtAmount_required, Amount_required, Sponsorship_type,
Geographical_location, Short_description,Project_ID FROM
Results WHERE (Amount_required <= ::Amount_required::
AND Sponsorship_type LIKE '%::Sponsorship_type::%' And
Geographical_location LIKE '::Geographical_location::')