It may seam like a stupid question, but how do you read text-fields from a access database without getting an error saying you havent entered a value to search for?
The query is: select * from People where $field = $query
The $field value is set by radiobuttons and the $query value by input in a textbox.
It works just fine when quering numbreric value in the database as well as listing the entire database!
Anybody have a clue!?
The query is: select * from People where $field = $query
The $field value is set by radiobuttons and the $query value by input in a textbox.
It works just fine when quering numbreric value in the database as well as listing the entire database!
Anybody have a clue!?