i have a textbox in a form that must contains Dsum with Numberic and Date Criteria.
Values to sum: SumTotal
Query name: Q105
Criteria1:"[EmpID]=" & [EmpID] ( numberic )
Criteria2: " [OrderDate] <=" & [OrderDate]
How would I do this? I have been trying for a while, I would love some help
Values to sum: SumTotal
Query name: Q105
Criteria1:"[EmpID]=" & [EmpID] ( numberic )
Criteria2: " [OrderDate] <=" & [OrderDate]
How would I do this? I have been trying for a while, I would love some help