T
Tedd
I would like to write a query that will ask me to enter a
value and then select data based on what I entered.
For example: I have a table that has an employee Name and
their SSN. I would want the query to ask me for the SSN
number and then bring back the employee that matches that
SSN.
There must be some way to say: SELECT Name FROM Table
WHERE SSN = what?. I am trying to do this in the
datasheet view in Criteria.
This should be easy but I can't get it to work.
value and then select data based on what I entered.
For example: I have a table that has an employee Name and
their SSN. I would want the query to ask me for the SSN
number and then bring back the employee that matches that
SSN.
There must be some way to say: SELECT Name FROM Table
WHERE SSN = what?. I am trying to do this in the
datasheet view in Criteria.
This should be easy but I can't get it to work.