That's not using a database connection (see thread below)
You have a send to file (form_results.csv) in a disc based path that probably does not exist
(fpweb:///_private)
<form method="POST" action="--WEBBOT-SELF--">
<!--webbot bot="SaveResults" U-File="fpweb:///_private/form_results.csv"
S-Format="TEXT/CSV" S-Label-Fields="TRUE" -->
--
| <html>
|
| <head>
| <meta http-equiv="Content-Language" content="en-us">
| <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
| <title>New Page 1</title>
| </head>
|
| <body>
|
| <form method="POST" action="--WEBBOT-SELF--">
| <!--webbot bot="SaveResults" U-File="fpweb:///_private/form_results.csv"
| S-Format="TEXT/CSV" S-Label-Fields="TRUE" -->
| <p>FIRST NAME</p>
| <p><input type="text" name="FirstName" size="20"></p>
| <p>LAST NAME</p>
| <p><input type="text" name="LastName" size="20"></p>
| <p>STUDENT ID</p>
| <p><input type="text" name="StudentID" size="20"></p>
| <p>COURSE</p>
| <p><input type="text" name="Course" size="20"></p>
| <p>EMAIL</p>
| <p><input type="text" name="Email" size="20"></p>
| <p><input type="submit" value="Submit" name="B1"><input type="reset"
| value="Reset" name="B2"></p>
| </form>
|
| </body>
|
| </html>
|
|
| "John Cello" wrote:
|
| > Can you post a sample of your page code for us to look at?
| >
| > John Cello
| > John Cello Consulting
| > Communications for Business
| >
www.johncelloconsulting.com
| >
| >
| > "KMD" wrote:
| >
| > > I am using FrontPage 2003, Windows 2000Server, I created a simple form with 4
| > > fields. I can input the data and click submit and get a confirmation page,
| > > but the data does not get into the access database. We had Frontpage create
| > > the database connection automatically, which was successful.