G
Guest
I have a text box that needs to get the value from a query which uses another textbox value on the screen.
Here is the query
SELECT sum(Activity.ActivityHours) AS ActivityHour
FROM ChangeRequest, Assignment, Activit
WHERE ChangeRequest.ID = Assignment.ChangeRequestID an
Assignment.ID = Activity.AssignmentID AND ChangeRequest.ID = [Reports]![rptISRReport]![txtID]
I need to get ActivityHours into my text box. I've tried many things and have been stuck on this for the entire day. Please help!
Here is the query
SELECT sum(Activity.ActivityHours) AS ActivityHour
FROM ChangeRequest, Assignment, Activit
WHERE ChangeRequest.ID = Assignment.ChangeRequestID an
Assignment.ID = Activity.AssignmentID AND ChangeRequest.ID = [Reports]![rptISRReport]![txtID]
I need to get ActivityHours into my text box. I've tried many things and have been stuck on this for the entire day. Please help!