G
Guest
I have a form on my website that submits data to a database using the
standard FP database wizard for ASP. It works as designed. I'm trying to
pull data from the DB to display on another page, but I'm having trouble
getting it out.
The data I want to filter on are 2 text fields (Meet and Session). An
example of each: value for Meet is "12-13 November CGBD A/BB Meet" and value
for Session is "Saturday Morning / Prelims". I want to display the Last_Name
and First_Name for all records that match those values for Meet and Session.
I've tried all combinations of the values with and without spaces and _ and
without the slash as well as all combinations of equals, contains, etc and
can't get the records to display. I've checked the entries in the DB and the
spellings etc - all are correct. Are there restrictions on the data format
(it's text) and/or the filter string?
I can make it work by assigning numeric values for Meet and Session, but I
need the text values for the Confirmation Page upon submit of the form.
Any ideas (besides a special script - I need to keep it within FP).
Thanks,
Michael
standard FP database wizard for ASP. It works as designed. I'm trying to
pull data from the DB to display on another page, but I'm having trouble
getting it out.
The data I want to filter on are 2 text fields (Meet and Session). An
example of each: value for Meet is "12-13 November CGBD A/BB Meet" and value
for Session is "Saturday Morning / Prelims". I want to display the Last_Name
and First_Name for all records that match those values for Meet and Session.
I've tried all combinations of the values with and without spaces and _ and
without the slash as well as all combinations of equals, contains, etc and
can't get the records to display. I've checked the entries in the DB and the
spellings etc - all are correct. Are there restrictions on the data format
(it's text) and/or the filter string?
I can make it work by assigning numeric values for Meet and Session, but I
need the text values for the Confirmation Page upon submit of the form.
Any ideas (besides a special script - I need to keep it within FP).
Thanks,
Michael