T
Tedd
I am trying to get a query to return a value(such as N/A
or 0) if the query can't find anything.
For example, if my table looks like this:
Employee Date
Xyz 2004-03-10
If I search for an employee that has a date that is less
than 2004-03-10 it will not find it. I would the query to
return something like "N/A" in the field insted of not
returning anything at all.
Do I need to use some kind of Union query for this?
or 0) if the query can't find anything.
For example, if my table looks like this:
Employee Date
Xyz 2004-03-10
If I search for an employee that has a date that is less
than 2004-03-10 it will not find it. I would the query to
return something like "N/A" in the field insted of not
returning anything at all.
Do I need to use some kind of Union query for this?