T
tlang
I am tracking staff hours worked in the field using Access. The Form I use to
input trelvanyt date is called frmWorkedEvent, based on tblWorkedEvent. Here
is the string I used to calculate the sum:
DSum("[TotalHoursWorked]","WorkedEvent","TimeType"), but here is the eror
message I get when trying to run this query:
"The Microsoft Jet database engine cannot find the input table or query
'WorkedEvent'. Make sure it exists and that it is spelled correctly."
The table most definitiely exists since I created the query using this
table. What gives?
input trelvanyt date is called frmWorkedEvent, based on tblWorkedEvent. Here
is the string I used to calculate the sum:
DSum("[TotalHoursWorked]","WorkedEvent","TimeType"), but here is the eror
message I get when trying to run this query:
"The Microsoft Jet database engine cannot find the input table or query
'WorkedEvent'. Make sure it exists and that it is spelled correctly."
The table most definitiely exists since I created the query using this
table. What gives?