D
Dallas Miller
Can anyone help? I have an Access 2002 table with two
date fields called date1 and date2. I need to compare
these dates with today's date to see if the record is
active. I need to code an expression like this:
IIF([date1] >= date() and [date2] <= date
(), 'Active','Inactive')
I get "#Error" displayed in the field.
Any help would be greatly appreciated?
Thanks,
Dallas
date fields called date1 and date2. I need to compare
these dates with today's date to see if the record is
active. I need to code an expression like this:
IIF([date1] >= date() and [date2] <= date
(), 'Active','Inactive')
I get "#Error" displayed in the field.
Any help would be greatly appreciated?
Thanks,
Dallas