N
Nelson
Hello,
I would like to run a query that will give me the entries
of a table from the previous month. The entry_date is in
the format of a simple date (ie., mm/dd/yyyy).
I've tried the DateAdd("m", -1, Now()), but I don't want
to see values that were entered in this month,and the
above expression returns values from the previous month
but only starting from 31 days ago, Ex, let's say today
is Jan.15, the entries returned will be from Dec.15 on
until today...which I don't want. I want all the entries
from Dec.1st to the 31st only.
Any help will be appreciated. Thank you in advance
I would like to run a query that will give me the entries
of a table from the previous month. The entry_date is in
the format of a simple date (ie., mm/dd/yyyy).
I've tried the DateAdd("m", -1, Now()), but I don't want
to see values that were entered in this month,and the
above expression returns values from the previous month
but only starting from 31 days ago, Ex, let's say today
is Jan.15, the entries returned will be from Dec.15 on
until today...which I don't want. I want all the entries
from Dec.1st to the 31st only.
Any help will be appreciated. Thank you in advance