G
GD
What's wrong with this DSum (I'm getting the #Error message):
DSum("[NUMREC]","T06_REC","[ID]=" & [T11_RecBySourceChart]![ID] & " And
[Source] ='Mueller'")
I need to return the [NUMREC] (number format) from the T06_REC table where
the [ID] field matches the [ID] field in T11_RecBySourceChart table (both
text format), and the [Source] field (text format) in the T06_REC = Mueller.
THANKS!!!
DSum("[NUMREC]","T06_REC","[ID]=" & [T11_RecBySourceChart]![ID] & " And
[Source] ='Mueller'")
I need to return the [NUMREC] (number format) from the T06_REC table where
the [ID] field matches the [ID] field in T11_RecBySourceChart table (both
text format), and the [Source] field (text format) in the T06_REC = Mueller.
THANKS!!!