I've been trying for hours to fix this without assistance, but just can't get my head around the syntax.
I need to combine these two statements into one DSUM, both of the criteria are strings :
I know that I will kick myself, but I just can't seem to add that AND in without ballsing it up somehow :banghead:
I need to combine these two statements into one DSUM, both of the criteria are strings :
Code:
=DSum("[InvoiceValue]","Qry_QTRRecon","[FY]='" & [form_cfy] & "'")
=DSum("[InvoiceValue]","Qry_QTRRecon","[ProjectCode]='" & [form_ProjectCode] & "'")
I know that I will kick myself, but I just can't seem to add that AND in without ballsing it up somehow :banghead: