So this is probably an easy question but, I want to have a message box that will pop up and tell the user how many days are left until the due date of an issue. I can get the number of days by using
MsgBox DateDiff("d", Date, [CriticalDate]), vbCritical
but how do i get it to display that...