I needed to show all appointments scheduled for the current week (Monday through Sunday). I used this criterea and was wondering if there was an easier way:
>=(Now()-Weekday((Now()),2)+1) And <=(Now()-Weekday(Now(),2)+7)
Just curious if I missed something obvious.
~Luke
>=(Now()-Weekday((Now()),2)+1) And <=(Now()-Weekday(Now(),2)+7)
Just curious if I missed something obvious.
~Luke