murray83
Games Collector
- Local time
- Today, 18:24
- Joined
- Mar 31, 2017
- Messages
- 827
have read http://allenbrowne.com/casu-13.html on how to calculate elapsed time, but i think i have got something wrong as this is my code
and in the where i have this
so if its greater or equal to 2 days old it should, in my head delete but, it dont.
help please if you can
file attached
Code:
END: DateDiff("d",[ScanTime],[Due])
and in the where i have this
Code:
>=2
so if its greater or equal to 2 days old it should, in my head delete but, it dont.
help please if you can
file attached