J
John White
Does anyone know of a source for complex expression writing? I've been able
to get the following to work in a group footer, but it only counts records
(there are 20 different criteria versions, and they all work fine for
COUNTING records. I need the same date ranges in the new expression, but to
ADD VALUES of a field called [RfpDays].
This is the one that works fine for counting:
=Sum(Abs([CallType] Like "Telephone - Cold Call" And [CallDate] Between
DateAdd("d",-22,Date()) And DateAdd("d",-28,Date())))
I tried different versions, such as the following but nothing works - they
either come up with negative numbers or err#'s
=Sum([RfpDays], [CallDate] Between DateAdd("d",-22,Date()) And
DateAdd("d",-28,Date()))
I'd really appreciate any help. I've been stuck on this way to long!
Thanks in advance,
John
to get the following to work in a group footer, but it only counts records
(there are 20 different criteria versions, and they all work fine for
COUNTING records. I need the same date ranges in the new expression, but to
ADD VALUES of a field called [RfpDays].
This is the one that works fine for counting:
=Sum(Abs([CallType] Like "Telephone - Cold Call" And [CallDate] Between
DateAdd("d",-22,Date()) And DateAdd("d",-28,Date())))
I tried different versions, such as the following but nothing works - they
either come up with negative numbers or err#'s
=Sum([RfpDays], [CallDate] Between DateAdd("d",-22,Date()) And
DateAdd("d",-28,Date()))
I'd really appreciate any help. I've been stuck on this way to long!
Thanks in advance,
John