Help!!! clogged brain
Hello All
i have a Continuous form with 2 columns.
sadate, p
i would like to be able to SUM this by current month (to date)
this is the code that i used for mdb
=Sum(IIf(DatePart("m",Date())=DatePart("m",[sadate]),[p],0))
after i moved the form to adp all i get are errors,
thanks in advance
|