Hi Folks
I'm trying to set an 'on load' event for my form so that it sets the date field [W/C Date] automatically to last Mondays date.
Originally I had it set to open for Monday of the present week using:
Me.[W/C Date] = Date - Weekday(Date) + 2
But the user wants it to open displaying the previous week as they use the report retrospectively.
Any help much appreciated.
I'm trying to set an 'on load' event for my form so that it sets the date field [W/C Date] automatically to last Mondays date.
Originally I had it set to open for Monday of the present week using:
Me.[W/C Date] = Date - Weekday(Date) + 2
But the user wants it to open displaying the previous week as they use the report retrospectively.
Any help much appreciated.