Forums
This topic is locked
Passing request variable via form to DB
08 May 2002 02:58:10 Jeff H posted:
I am currently using the request variable based on the following tutorial for a dropdown menuwww.udzone.com/showDetail.asp?TypeId=2&NewsId=3218
The last page uses these variables along with a form. The form will then be sent to a DB using the insert record command. I can not seem to figure out how to pass the variables to the DB. The insert record wizard does not list the variables, just the form fields on the page.
Any assistance on this matter would be appreciated. Thanks
Replies
Replied 08 May 2002 09:06:45
08 May 2002 09:06:45 Ian Etherington replied:
you will need to put the variables in hidden form fields, then the insert record command will pick them up!
Ian
"To start press any key", where's the any key?
Ian
"To start press any key", where's the any key?
Replied 08 May 2002 20:54:02
08 May 2002 20:54:02 Jeff H replied:
Thanks. That worked.