M
MJ Smith
I am trying to look up a record in an access database
through the database results wizard. I have not been able
to find out how to set up the custom query. Perhaps I have
the syntax incorrect. I have tried to 'insert
parameter ...' in the custom sql dialog box. This adds the
parameter name with double colons in front and behind the
field a form field like SELECT * FROM quotes WHERE
(quote_id = ::random_quote_id:. quote_id is the access
field name and random_quote_id is generated with vbscript
in asp.
Any ideas?
through the database results wizard. I have not been able
to find out how to set up the custom query. Perhaps I have
the syntax incorrect. I have tried to 'insert
parameter ...' in the custom sql dialog box. This adds the
parameter name with double colons in front and behind the
field a form field like SELECT * FROM quotes WHERE
(quote_id = ::random_quote_id:. quote_id is the access
field name and random_quote_id is generated with vbscript
in asp.
Any ideas?