Justin.ITPro
Registered User.
- Local time
- Today, 17:24
- Joined
- May 23, 2013
- Messages
- 10
I have a CrossTab Report that is getting the Counts of field values in a query sorted on CommunityGroup. I need to have another table's values inserted to do some calculations on these totals, so I used a DLookUp:
=DLookUp("CBudget","Contract Budget","[CommunityGroup] = " & [txtCommunityGroup])
However this gives me an #Error. Is there another way to pull in these values to get these calculations or what am I doing wrong?
=DLookUp("CBudget","Contract Budget","[CommunityGroup] = " & [txtCommunityGroup])
However this gives me an #Error. Is there another way to pull in these values to get these calculations or what am I doing wrong?