Ok, I'm making a little more progress now. I can get the database query to pull in all of my information from the variable constraints, but I can't get it to filter the recordset by these constraints. I'm also now getting an error message of
"Microsoft OLE DB Provider for ODBC Drivers error '80040e14'
[Microsoft][ODBC Microsoft Access Driver] Syntax error (missing operator) in query expression 'Central vs Le...
User Profile
Collapse
-
I've made some progress with the help of a friend. He says I needed to include the connection and then do the response.write sqlst.
How does this work?
My new code is below...
Code:<%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%> <% for x = 1 to Request.Form.count() Response.Write(Request.Form.key(x) & " = ")
Last edited by jhardman; Oct 30 '08, 09:15 PM. Reason: put code in code tags. please note button marked #Leave a comment:
-
Help with Processing page
Hello! I'm new to this forum and also new to using ASP and SQL and Access. I am in need of some help. I'm trying to make a database to help my football team. I've pretty much got the whole thing done to where a coach can enter new games and various plays within those games. Now I've reached the hard part.
I need to make a process page that will help me query the database given varying situations. Below is an image of the page...Last edited by jhardman; Oct 27 '08, 03:34 PM. Reason: put code in code tags. please note button marked #
No activity results to display
Show More
Leave a comment: