Hi,
I am currently printing reports on a select monthly basis, using some code like below:
WHERE (((Format([SaleDate],"yyyy"))=Forms![Sales Search]!cbo_Year) And ((Format([SaleDate],"mm"))=Forms![Sales Search]!Cbo_Month));
What is the best way to generate a report for a year or financial year (April 6 to April 5, UK fiscal year).
I am currently printing reports on a select monthly basis, using some code like below:
WHERE (((Format([SaleDate],"yyyy"))=Forms![Sales Search]!cbo_Year) And ((Format([SaleDate],"mm"))=Forms![Sales Search]!Cbo_Month));
What is the best way to generate a report for a year or financial year (April 6 to April 5, UK fiscal year).