Hello All,
I am having problems getting the following lines to do what I need exactly. The formatting is kicking my butt basically.
Bob helped with these lines but I actually need the result to be last month. For instance it is now Jan. 07 and I need the query to total up the hours flown for Dec. 06. On Feb 1 07 I need it to now display Jan 07 totals and so on.
Query Field:
Format$([tblEntry].[tblDate],'mmmm yyyy')
Criteria:
Format(date(),"mmmm yyyy")
How can I change this to do what I stated above?
I am having problems getting the following lines to do what I need exactly. The formatting is kicking my butt basically.
Bob helped with these lines but I actually need the result to be last month. For instance it is now Jan. 07 and I need the query to total up the hours flown for Dec. 06. On Feb 1 07 I need it to now display Jan 07 totals and so on.
Query Field:
Format$([tblEntry].[tblDate],'mmmm yyyy')
Criteria:
Format(date(),"mmmm yyyy")
How can I change this to do what I stated above?