This may be a no-brainer for you Access Gurus, but here’s what I want to do:
A query is run against a set of data. This data contains a field for ‘Date’. I want to display only the data that was generated between Friday and Friday. So today, being Monday, it would only show records generated from the 3rd of august, to the 10th. (Friday to Friday). If I run it on Thursday, it will show the same data set. If I run it on Friday, it will show the records from the 10th to the 17th.
Ideally this will be automatic, but if it’s not possible, I can force the user to specify dates..
Is this possible?
Thanks!