HELP!!!
1 I created an ASP form page and under Server Behaviors(using a Connection String) successfully connected to a Database on the server. (I know cause I can see the fields).
2. The my Server Definition is set to ASP 2.0 and VB
3. My form page is mostly Checkboxes w/ a couple of text fields. Each one has a unique name. The Checkbox Value is set to "ON".
4. In my Insert Record dialogue I have set the Checkboxes to Microsoft Access checkboxes and text to text. In Access my checkboxes are set to Y, N and my text fields are set to Text.
5. In my Form Name my settings are
<form ACTION="<%=MM_editAction%>" METHOD="POST" name="maintsurvey">
6. When I test it won't post the info to the Database record, and it won't send me 'After Inserting: Go to" file.
Any help would be greatly appreciated.
Thanxz,
mindeye
1 I created an ASP form page and under Server Behaviors(using a Connection String) successfully connected to a Database on the server. (I know cause I can see the fields).
2. The my Server Definition is set to ASP 2.0 and VB
3. My form page is mostly Checkboxes w/ a couple of text fields. Each one has a unique name. The Checkbox Value is set to "ON".
4. In my Insert Record dialogue I have set the Checkboxes to Microsoft Access checkboxes and text to text. In Access my checkboxes are set to Y, N and my text fields are set to Text.
5. In my Form Name my settings are
<form ACTION="<%=MM_editAction%>" METHOD="POST" name="maintsurvey">
6. When I test it won't post the info to the Database record, and it won't send me 'After Inserting: Go to" file.
Any help would be greatly appreciated.
Thanxz,
mindeye