J
Jackie
I'm stuck on the correct syntax for an access database select statement, if
what I'm trying to do is even possible within a DRW! Can anyone advise,
please?
I'm writing the contents of a form to a database. On the Confirmation page I
need to use the value of one of the fields (numeric) to look up a record on
another table within the same database, so that full details can be
displayed.
I know that I can't actually use the confirmation field itself, but was
hoping to be able to use <% =FP_SavedFields("bookerid") %> in the SQL
statement. I've written it to the confirmation page and know it contains the
value I need.
My HTML code says: fp_sQry="SELECT * FROM bookers where id = <%
=FP_SavedFields(""bookerid"") %>" but I'm getting 'Unterminated string
constant' error with this.
I've tried all sorts of combinations over the last few hours but I'm not
having any luck and would appreciate some help
)
Many thanks,
Jackie
(XP Pro and FP2002 with server extensions)
what I'm trying to do is even possible within a DRW! Can anyone advise,
please?
I'm writing the contents of a form to a database. On the Confirmation page I
need to use the value of one of the fields (numeric) to look up a record on
another table within the same database, so that full details can be
displayed.
I know that I can't actually use the confirmation field itself, but was
hoping to be able to use <% =FP_SavedFields("bookerid") %> in the SQL
statement. I've written it to the confirmation page and know it contains the
value I need.
My HTML code says: fp_sQry="SELECT * FROM bookers where id = <%
=FP_SavedFields(""bookerid"") %>" but I'm getting 'Unterminated string
constant' error with this.
I've tried all sorts of combinations over the last few hours but I'm not
having any luck and would appreciate some help

Many thanks,
Jackie
(XP Pro and FP2002 with server extensions)