I have the table, which contains the field of Date/Time type and it's name is: Deadline.
I want to create a Report in which to be a field "Days till the deadline".
how to make this?
I have the table, which contains the field of Date/Time type and it's name is: Deadline.
I want to create a Report in which to be a field "Days till the deadline".
how to make this?
Check out the DateDiff() function, using the Date() function for today.