J
JR
I need, somehow, to get a report to run a query or otherwise get a variable
(varied by using a value from either a text box, list box, or combo box)
query:
SELECT Timeslip.EmployeeID, Timeslip.Day, Timeslip.TaskName, Timeslip.Hours,
Timeslip.TaskType, Timeslip.Comments
FROM Timeslip
WHERE (((Timeslip.EmployeeID)="4.0363"));
where the "4.0363" would be equal to the value in either a text box or the
selection from a list or combo box tied to a different table (Employees).
I'd appreciate any suggestions.
Thanks,
JR
(varied by using a value from either a text box, list box, or combo box)
query:
SELECT Timeslip.EmployeeID, Timeslip.Day, Timeslip.TaskName, Timeslip.Hours,
Timeslip.TaskType, Timeslip.Comments
FROM Timeslip
WHERE (((Timeslip.EmployeeID)="4.0363"));
where the "4.0363" would be equal to the value in either a text box or the
selection from a list or combo box tied to a different table (Employees).
I'd appreciate any suggestions.
Thanks,
JR