P
Paul Milner
Hi
I have a form with some check boxes with the same name
which direct there output to the same field
(Sponsorship_type), in an access database.The resulting
field value reads something like:
(Events,Appeals,campagn) depending on the search.
The SQL is
fp_sQry="SELECT * FROM Results WHERE (Sponsorship_type
= '::Sponsorship_type::') ORDER BY Project_ID ASC"
When I search for lets say Events it wont display the
record set unless I enter all of the entries in the
record ie (Events,Appeals,campagn )
How can I change the search criteria so it will return
the record set even if I search on one of the record
enties, say Appeals
Thankyou
Paul M
I have a form with some check boxes with the same name
which direct there output to the same field
(Sponsorship_type), in an access database.The resulting
field value reads something like:
(Events,Appeals,campagn) depending on the search.
The SQL is
fp_sQry="SELECT * FROM Results WHERE (Sponsorship_type
= '::Sponsorship_type::') ORDER BY Project_ID ASC"
When I search for lets say Events it wont display the
record set unless I enter all of the entries in the
record ie (Events,Appeals,campagn )
How can I change the search criteria so it will return
the record set even if I search on one of the record
enties, say Appeals
Thankyou
Paul M