CFrockchelle
Programmer
I'm not actually sure how to write case statement in Access. I have a report that has a scheduled completion date, completed date, and days over due. The days over due is the difference between the scheduled completion date and the actual complete date. On my report I want to display the following but not sure what the syntax is since I don't program in Access.
Case duedate <= 0
"On Schedule"
Case duedate > 0
Number of days overdue
Case Else
"In progress"
Thanks for any help that you can provide.
Case duedate <= 0
"On Schedule"
Case duedate > 0
Number of days overdue
Case Else
"In progress"
Thanks for any help that you can provide.