Hi everyone,
I am a beginning to intermediate user with Access 2000 on XP.
I am trying to create a query from a table of more than 1300 records. I need to look up individuals by their SSN only which is the primary key for the table) and I need to look up several at a time. Also, I will be looking up different individuals every time I run this query.
This is the SQL:
[CODE=SQL]SELECT [Security Database].LastName, [Security Database].FirstName, [Security Database].SSN, [Security Database].DOB, [Security Database].POB, [Security Database].JobTitle, [Security Database].ClearanceLevel , [Security Database].DateGranted
FROM [Security Database];[/CODE]
How I can I simply enter the required SSN's (which can be anywhere from 1 to 50 different ones at a time) under the criteria?
Please let me know in layman's terms since I am still learning.
I really, REALLY appreciate this and thank you in advance for ANY guidance....
Lisa
					I am a beginning to intermediate user with Access 2000 on XP.
I am trying to create a query from a table of more than 1300 records. I need to look up individuals by their SSN only which is the primary key for the table) and I need to look up several at a time. Also, I will be looking up different individuals every time I run this query.
This is the SQL:
[CODE=SQL]SELECT [Security Database].LastName, [Security Database].FirstName, [Security Database].SSN, [Security Database].DOB, [Security Database].POB, [Security Database].JobTitle, [Security Database].ClearanceLevel , [Security Database].DateGranted
FROM [Security Database];[/CODE]
How I can I simply enter the required SSN's (which can be anywhere from 1 to 50 different ones at a time) under the criteria?
Please let me know in layman's terms since I am still learning.
I really, REALLY appreciate this and thank you in advance for ANY guidance....
Lisa
 
	
Comment