This is how I do it (with Lectora 2005)...I bring it into ASP.....1. Create the form objects on your lectora page2. Create a form then place the objects into the form.3. Select submit to cgi in the form properties4. in the form properties select method as post and put in the name of the asp file where it says submit results to5. Create a submit button using the button wizard. For OnClick select Submit Form and then put in the form name immediately below where it says "target"Now create the asp file.for each of the variables that pass create the following line:myvariable=request.form(variablename)where variablename is the name you called the variable in the Lectora fileYou can then use sql to put it into an Access db (or sql2K db). I typically use a dsn-less approach for Access because I think the ODBC/DSN connector for access has problems. I use OLE-db.Make sure if you are doing Access that you set the rights so that IUSR_servername has read/write privileges to the db file.If you like, I can zip up a lectora file and demo asp file to you. Email me directly at jeff.s.gordon@vanderbilt.eduEdited By: tekprof on 38466.9542708333