I have a button with this code
Me.Filter = "[BookingDate] Between #" & Date & "# and #" & Date - 60 & "#"
I'm trying to get the continuous form to show only records from the current date back 2 months (I figured Date -60 would do unless there is a better way) all via a button click.
I'm planning to make a printable report later that only prints what is filtered too....
may have solved - filteron = true