I am working on a report that will display how many hours each employee worked for each day in a selected time period. I have 16 text boxes in my report that I would like to associate with the user-inputted start date and end date. For example, text box 1 is associated with [StartDate], text box 2 is associated with [StartDate]+1. I need the text boxes to display a value ([TotalHours]) in a query where the date is equal to the date it is associated with, as well as the employeeID with another text box on the screen. I know I'm probably not explaining this very well, but I will try to clarify if anybody has any questions. Thank you for any help!
In case this helps clear up my question, I want the text box to display value [TotalHours] in Query [TimeCards] where [EmployeeID] = value of a text box AND [Date] = value of a text box