B
baconroll
There is a database that has the following:
Date of Notification to Sponsor field
Date Case Closed field
I need to calculate days open - I put this info in the query:
Days Open: [Date Case Closed]-[Date of Notification to Sponsor].
This works fine.
Is there a way that I can say:
If Date Case Closed is Null, then use the system date [Date()]-[Date of
Notification to Sponsor]?
Any help would be greatly appreciated.
Date of Notification to Sponsor field
Date Case Closed field
I need to calculate days open - I put this info in the query:
Days Open: [Date Case Closed]-[Date of Notification to Sponsor].
This works fine.
Is there a way that I can say:
If Date Case Closed is Null, then use the system date [Date()]-[Date of
Notification to Sponsor]?
Any help would be greatly appreciated.