I'm hoping to make a form open to a specific month, current month or the year typed in an unbound textbox on a form
I have one unbound textbox
one button with current month
and one with current year
not sure on the vba
DoCmd.OpenForm "frmSchoolCatalogues", , , "CatalogueLabelPrinted = Month(Now())"
CatalogyeLabelPrinted is a date field.
I'm hoping that something like
DoCmd.OpenForm "frmSchoolCatalogues", , , "CatalogueLabelPrinted = Year(Now())"
will work for year