Having a bad hair day with a filter.
Currently, I have a filter that shows all records with yesterdays date:
Me.tblChanges.Form.Filter = "((OpenedDate=date()-1))"
This works fine... but now the user would like to see all records between yesterday and the previous 14 days (ugh!).
Any assistance greatly appreciated.
Currently, I have a filter that shows all records with yesterdays date:
Me.tblChanges.Form.Filter = "((OpenedDate=date()-1))"
This works fine... but now the user would like to see all records between yesterday and the previous 14 days (ugh!).
Any assistance greatly appreciated.