P
Peter
In excel, I can use an IF statement to give me an answer
based on blank values in a cell: If(a1="","empty","full")
"" represents a blank answer.
I would like to do the same for a field in Access using
IIF or any function that can do it.
I have a field that has a date in it and another field
that uses the date field to perform a calulation (ie
=datediff). I would like the calculation field to be blank
if the date field is blank.
based on blank values in a cell: If(a1="","empty","full")
"" represents a blank answer.
I would like to do the same for a field in Access using
IIF or any function that can do it.
I have a field that has a date in it and another field
that uses the date field to perform a calulation (ie
=datediff). I would like the calculation field to be blank
if the date field is blank.