Having fields like Date2, Date3, etc. may be an indication of an incorrect structure. However, to answer your question, your last statement would need to be written like;
IIf(Date()=[Date 2] OR Date()=[Date 3];"true";"false")
BTW - having spaces in your field names is not good practice.