Hello all,

I would like to save a string, which has been input by the user into an ADD NEW RECORD field named 'Name', as a Session variable. I was hoping to do this by exporting the field 'Name', then setting SV_RecordPointer, SV_GridStart and SV_FormPtr to the record number of the record that had been just added. And then getting the name by asking for it by strName=Session("ASPdb_1_Name&#34 However, this did not work, and I get correct but random names in my Session variable (called strName).

Does anybody have an idea on how to capture a string entered by the user for ADD NEW RECORD purposes?

Any help is welcome,
Omer.