Hi,
I would like to load a field with a session variable on a form that updates a record.
I have the field on the form as an input field.
<%RS_update.field("QID" = Session("Sqid"%>
I am not sure where to put this or if it will work. When I try it I get an error message. RS_update is my recordset. Qid the field I want to store the session varialbe in.
I also don't want to have the user be able to change this field, so it may have to be hidden, but I'm not sure.
Suggestions?
Thanks,
Puterdude
I would like to load a field with a session variable on a form that updates a record.
I have the field on the form as an input field.
<%RS_update.field("QID" = Session("Sqid"%>
I am not sure where to put this or if it will work. When I try it I get an error message. RS_update is my recordset. Qid the field I want to store the session varialbe in.
I also don't want to have the user be able to change this field, so it may have to be hidden, but I'm not sure.
Suggestions?
Thanks,
Puterdude