T
tracktraining
Hi All,
I wrote the following query for a report.
SELECT A.FirstName, A.LastName, A.DocID, A.Revision, A.DateCompleted,
A.JobFunc
FROM LatestRev AS A
WHERE ((([Enter Document Number])=A.DocID) And (([Enter Job
Function])=A.JobFunc))
ORDER BY A.FirstName, A.LastName, A.Revision;
The place where I have [Enter Job Function], this allows the user to enter a
job function, BUT is there a way to have it to be a drop-down menu and then
the user can just select the job function?
- Thanks,
Tracktraining
I wrote the following query for a report.
SELECT A.FirstName, A.LastName, A.DocID, A.Revision, A.DateCompleted,
A.JobFunc
FROM LatestRev AS A
WHERE ((([Enter Document Number])=A.DocID) And (([Enter Job
Function])=A.JobFunc))
ORDER BY A.FirstName, A.LastName, A.Revision;
The place where I have [Enter Job Function], this allows the user to enter a
job function, BUT is there a way to have it to be a drop-down menu and then
the user can just select the job function?
- Thanks,
Tracktraining