Question : Query

how can I query a table in access 2000 to show all the records of employees with certain initials. the info should populate a report. any help will be great!

Answer : Query

SELECT [Q Training Log].QMSDocNo, [Q Training Log].TRevision, [Q Training Log].TrainDate, [Q Training Log].Trainee
FROM [Q Training Log]
WHERE ((([Q Training Log].Trainee)=[Enter the Initials]));

Paste the above into a new, blank, query.  Select SQL view and paste it into the SQL dialogue.
OM Gang
Random Solutions  
 
programming4us programming4us