AFKillbait
Registered User.
- Local time
- Today, 14:52
- Joined
- Aug 8, 2009
- Messages
- 27
I have a Report that pulls its values from a query. The problem I am having is that I need the query to display "Not Completed" if the value for the other field is empty, display a date (using: DateAdd("m", 12, [FieldName]) ) if there is a value, or show "Overdue" if the date in the original field is more than a year old. I already have the added date displayed, it's the null value and overdue date parts that I can't figure out.
Is this possible to do in a query? If not is it possible to do this on the actual Report?
Is this possible to do in a query? If not is it possible to do this on the actual Report?