| 1. |
Solve : Frontpage form query problem? |
|
Answer» When I click Submit Query on my search page, the database returns all results as opposed to the search CRITERIA entered. In fact, I can leave all fields blank and it will STILL return all results in the database. The page (still very much under construction) is located at http://www.driverreport.org/driversearch.asp I'm sorry I don't know much about Access databases ACTUALLY- it uses pretty much the same SQL your familiar with from MySQL. in this case, it simply looks like there is no actual query being CREATED from the POST'ed data; that is, it is returning all records simply because it hasn't been told otherwise (think, performing a "query" that is just the table name- it returns the entire contents of the table). |
|