This is a form and the field is editable.
I really haven't tried anything yet.
I'm currently displaying "Today" using the IIF but I'm unable to edit the date if I want to:
[CODE]SELECT IIf([ReminderDate]=Date(),"Today",Format([ReminderDate], "ddd mmm dd")) AS Expr1, * FROM tblReminders WHERE...