In a query i want to show how many days an action has been open. I have 2 date fields, opened closed.
Using Expr1: ([Closed])-([Opened])is easy for records which have been closed, but how to calculate opened to current dat if the closed field is null?
-Smack >::O>
Using Expr1: ([Closed])-([Opened])is easy for records which have been closed, but how to calculate opened to current dat if the closed field is null?
-Smack >::O>