murray83
Games Collector
- Local time
- Today, 09:31
- Joined
- Mar 31, 2017
- Messages
- 827
have a database with a time which is set to now() when then user adds the record that's the time stated
i now want to conditional format this so if its over say 10 or 15 minutes it goes red
have looked at the
but not sure how to plug in my details as when i put in my filed name which is "Time" into first date shows more info and the 'n'
is that the figure which its looking if its greater than
i now want to conditional format this so if its over say 10 or 15 minutes it goes red
have looked at the
Code:
DateDiff('n',FirstDateTime, SecondDatetime)
but not sure how to plug in my details as when i put in my filed name which is "Time" into first date shows more info and the 'n'
is that the figure which its looking if its greater than