I have a monthly calendar report that opens fine when in normal design mode, i.e. not using any menu system. But when the db opens with my menu in place, i.e. File, Reports, etc... then it does not show all of the calendar? Don't know why this is! Any suggestions?
Here is the sql
SELECT Format([CalendarDate],"yyyymm") AS YrMth
FROM tblCalendar
WHERE (((Year([CalendarDate]))=[Forms]![frmAnnualCalendar]![cboYear]))
GROUP BY Format([CalendarDate],"yyyymm");