In the dBase we use at work, that I have been working on for ever and a day, we have a lot of date filters built into queries. I was wondering if there is a simpler way to standardize them, so they all look similar, but perform the functions needed.
They all need to be a greater than/equal based off the current date. In some I have <=Date()-30 (which work for that this filter needs) In others I have Between (Date()-179) And (Date()-90) to give me any date greater than 90 days, but less than 179 from current.
These work, but just wondering if there is a better way to do them?
They all need to be a greater than/equal based off the current date. In some I have <=Date()-30 (which work for that this filter needs) In others I have Between (Date()-179) And (Date()-90) to give me any date greater than 90 days, but less than 179 from current.
These work, but just wondering if there is a better way to do them?