Forums
This topic is locked
Please help - COMMAND/INSERT
Posted 11 Nov 2003 16:47:30
1
has voted
11 Nov 2003 16:47:30 George Drake posted:
I have created a command in Dreamweaver to insert a record into my database. Currently it pulls all the data using the Request.QueryString method and it works fine. Now I need to also store the UserID of the person inserting the record. I have a User Recordset on the page but don't know how to pull the UserID data into my COMMAND statement, please help.