Hello all,
In my data base, I have a query that I need to compare two dates, and then show only those that are older than 30 days. I currently have a Day Difference expression built, to find the integer between the dates and a greater than 30 criteria.
The dates would be a fixed date (Date of Scan) and a variable date (first_discovered)
Day Difference: Int([Date of Scan]-[first_discovered])
It appears to be working, but I wonder if there's a more effective method to do this same things?
In my data base, I have a query that I need to compare two dates, and then show only those that are older than 30 days. I currently have a Day Difference expression built, to find the integer between the dates and a greater than 30 criteria.
The dates would be a fixed date (Date of Scan) and a variable date (first_discovered)
Day Difference: Int([Date of Scan]-[first_discovered])
It appears to be working, but I wonder if there's a more effective method to do this same things?