G
Guest
I need help!!
I have a query to create lawsuits and need to choose between two dates for
my claim date. Either [date opened] or [last pay date]. I need the later of
the two dates to put on the lawsuit. Both are text fields, and I am using
Access 2002. I tried an IIf statement:
IIf([date opened]>Nz([last pay date],0),[date opened],[last pay date])
The query won't run, it says there is a data mismatch. Is it how I am
making the [last pay date] not a null value? Please help. Thanks in advance!
Vicki ([email protected])
I have a query to create lawsuits and need to choose between two dates for
my claim date. Either [date opened] or [last pay date]. I need the later of
the two dates to put on the lawsuit. Both are text fields, and I am using
Access 2002. I tried an IIf statement:
IIf([date opened]>Nz([last pay date],0),[date opened],[last pay date])
The query won't run, it says there is a data mismatch. Is it how I am
making the [last pay date] not a null value? Please help. Thanks in advance!
Vicki ([email protected])