This seems like such a simple task but Access isnt cooperating.
I am trying to run the following query select in MS Access 2000 and am getting no results even though I know that the data in the field (client_name)is valid.
SELECT * FROM member_events WHERE member_id = 1 and client_name = "Alfred Hitchcock";
I have copied copied the data for client_name directly from the database table and pasted into the query to ensure that there are no embedded spaces or characters.
When I run this, the query returns no rows.
I'm stumped. Can anyone help.
I am trying to run the following query select in MS Access 2000 and am getting no results even though I know that the data in the field (client_name)is valid.
SELECT * FROM member_events WHERE member_id = 1 and client_name = "Alfred Hitchcock";
I have copied copied the data for client_name directly from the database table and pasted into the query to ensure that there are no embedded spaces or characters.
When I run this, the query returns no rows.
I'm stumped. Can anyone help.