djmurphy58
Technical User
Novice user here.
Having trouble getting DSUM to work in a query. My expression is:
DSum("[CostCodeQuantity]","tblDailyBudgetIntermediateTable","[Date]<=" & [Date])
The problem is that when I run the query, nothing shows up in this new field.
What did I do wrong? My field "CostCodeQuantity" comes from tblDailyBudgetIntermediateTable and the field "Date" comes from another table called tblDailyBudget.
Did I write the expression incorrectly??
Thank you,
Dennis
Having trouble getting DSUM to work in a query. My expression is:
DSum("[CostCodeQuantity]","tblDailyBudgetIntermediateTable","[Date]<=" & [Date])
The problem is that when I run the query, nothing shows up in this new field.
What did I do wrong? My field "CostCodeQuantity" comes from tblDailyBudgetIntermediateTable and the field "Date" comes from another table called tblDailyBudget.
Did I write the expression incorrectly??
Thank you,
Dennis