mrtauntaun
MIS
I have a query which returns a number of results, one of which a date/time field displaying mm/dd/yyyy hh:mm:ss AM/PM
example, 12/22/2005 5:23:32 PM
I want to make a query that knows what the current month is (but does not needs to show that in anyway), and shows me everything dated the previous month. So if it is feburary, show me everything from january. If march, everything from feb, etc. This is for a report I plan to run once monthly.
example, 12/22/2005 5:23:32 PM
I want to make a query that knows what the current month is (but does not needs to show that in anyway), and shows me everything dated the previous month. So if it is feburary, show me everything from january. If march, everything from feb, etc. This is for a report I plan to run once monthly.