dragnsteph
Registered User.
- Local time
- Today, 10:07
- Joined
- Jun 18, 2015
- Messages
- 19
This seems to be one of the most common problems but I can't seem to figure mine out, even with all the posts and responses, so I'll post mine here and see if you guys can tell me what to do
maybe then I can keep my hair. :banghead:
I suspect I either 1) don't have something bound correctly, which confuses me so if that's the problem I will maybe need a little handholding... or 2) the NameID names are conflicting?
So far as I can tell the form is bound to the tblVolunteers table which has the NameID field in it. The query also has this field, and it works - it returns a listing of SumOfHoursWorked by NameID.

Code:
=DLookUp("SumOfHoursWorked","qryHoursWorkedAllTime","NameID = " & [qryHoursWorkedAllTime]![NameID])
I suspect I either 1) don't have something bound correctly, which confuses me so if that's the problem I will maybe need a little handholding... or 2) the NameID names are conflicting?
So far as I can tell the form is bound to the tblVolunteers table which has the NameID field in it. The query also has this field, and it works - it returns a listing of SumOfHoursWorked by NameID.