hello,
I have form A which users click on a hyperlink and the hyperlink values is displayed on form B. Users input text on from B and that is input into the datbase. I am having trouble inserting the passed parameter from form A into the database.
Here is the code I am using:
frmName = Request.Form("Name")
sqlStatement = "INSERT INTO Meta_Data (Name) VALUES ('"&<%=Name%&>"') "
Any suggestions and can this be done?
Thanks,
I have form A which users click on a hyperlink and the hyperlink values is displayed on form B. Users input text on from B and that is input into the datbase. I am having trouble inserting the passed parameter from form A into the database.
Here is the code I am using:
frmName = Request.Form("Name")
sqlStatement = "INSERT INTO Meta_Data (Name) VALUES ('"&<%=Name%&>"') "
Any suggestions and can this be done?
Thanks,