Hi all
I have a Dsum calculation as follows:
JanCofAct = Nz(DSum("[CostIncGST]", "QryStockOutThisYearForBudget", "[Grp] = 'Coffee' and MonthName = 'Jan'"), 0)
I need to add a year criteria where MyYear (as an integer) is derived from a user input box when the form loads.
So what I am trying...