Hi-
Try:
between dateserial(year(date()), month(date())-1, 1) and dateserial(year(date()), month(date()), 0)
Kinger - your dateadd() solution brings up only one date, e.g. today is 16-Oct-07, the dateadd() solution returns only 16-Sep-07.
Best Wishes - Bob