Hi all, First Post 
I am currently trying to make a database based on a Video Shop for my ITQ course and I am completely confused why my IIF statements wont show the dates to equal todays date:
I am Using Date Add to give me a date 2 days+
DateDue: DateAdd("d",2,[DateRented])
then using another to get dates below current date
OverDue: IIf([DateDue]<Date(),"Over Due")
but when it comes to Current date I use
DueToday: IIf([DateDue]=Date(),"Due Today")
Nothing happens ?
Whyyy????
Is It possible to show todays date this way?
Diane

I am currently trying to make a database based on a Video Shop for my ITQ course and I am completely confused why my IIF statements wont show the dates to equal todays date:
I am Using Date Add to give me a date 2 days+
DateDue: DateAdd("d",2,[DateRented])
then using another to get dates below current date
OverDue: IIf([DateDue]<Date(),"Over Due")
but when it comes to Current date I use
DueToday: IIf([DateDue]=Date(),"Due Today")
Nothing happens ?
Whyyy????
Is It possible to show todays date this way?
Diane