A
Alan
I used this code
=DSum("Amount",
"[July 09 - On Billings and Adjustments Data Query]",
" [Customer No#] = " & cboCustomerNumber &
" AND Format([Posting Date Period], ""yyyymm"") = '" &
Format(cboPostingDate, "yyyymm") & "'")
to put the values in my text box
but i'm just getting #error in the text box
i have Customer Number box pulling the Customer number from the customer
listing table, and the rest coming from the July 09 - On Billings and
Adjustments Data Query
, would this give me my error??
Thanks yous again for you expert advice
=DSum("Amount",
"[July 09 - On Billings and Adjustments Data Query]",
" [Customer No#] = " & cboCustomerNumber &
" AND Format([Posting Date Period], ""yyyymm"") = '" &
Format(cboPostingDate, "yyyymm") & "'")
to put the values in my text box
but i'm just getting #error in the text box
i have Customer Number box pulling the Customer number from the customer
listing table, and the rest coming from the July 09 - On Billings and
Adjustments Data Query
, would this give me my error??
Thanks yous again for you expert advice