S
Secret Squirrel
I have a table with 4 different date fields. Only 1 of the date fields can be
filled per record. I'm trying to set up a query where I can list the records
but instead of showing a null value for the 3 fields I just want to show the
field with the date. I tried this but this wasn't correct:
VDate: Not IsNull[RegularDate] Or Not IsNull[PayDate] Or Not
IsNull[AdvanceDate] Or Not IsNull[UnscheduledDate]
It's just giving me a "-1" value.
filled per record. I'm trying to set up a query where I can list the records
but instead of showing a null value for the 3 fields I just want to show the
field with the date. I tried this but this wasn't correct:
VDate: Not IsNull[RegularDate] Or Not IsNull[PayDate] Or Not
IsNull[AdvanceDate] Or Not IsNull[UnscheduledDate]
It's just giving me a "-1" value.