Here is the code:
=DLookUp("[OrgCosts]","rdqry_AllocatedOrgHoursRatesPerPeriod","[Organization] = 'Daou' AND Month([dtmStart]) = '1' AND Year([dtmStart]) = " & Year(Date()))
The Query is pulling data from another query.... but the names of the fields are exactly as shown....
The query itselfruns fine and pulls back legit data so it leads me to believe my 'DLookup' is incorrect.
It gives me an '#Error' for the field when I try to run the report.
Any assistance appreciated.
Thanks
Ron
=DLookUp("[OrgCosts]","rdqry_AllocatedOrgHoursRatesPerPeriod","[Organization] = 'Daou' AND Month([dtmStart]) = '1' AND Year([dtmStart]) = " & Year(Date()))
The Query is pulling data from another query.... but the names of the fields are exactly as shown....
The query itselfruns fine and pulls back legit data so it leads me to believe my 'DLookup' is incorrect.
It gives me an '#Error' for the field when I try to run the report.
Any assistance appreciated.
Thanks
Ron