G
Guest
Masters of Microsoft Access,
I seem to get an error "ERROR#", when a field is empty where an unbound
field or bound field in DEFAULT requires the "empty" field.
So logically, I tried putting IIF statements to catch the NULL fields - but
this doesn't seem to work. I use the standard statement in the DEFAULT
section:
=IIF(Field=NULL, Null, .......)
and I have tried
=IIF(Field="", "", .......)
Most of these fields are numeric or date/time format.
Does anyone know what to do?
Cowji
I seem to get an error "ERROR#", when a field is empty where an unbound
field or bound field in DEFAULT requires the "empty" field.
So logically, I tried putting IIF statements to catch the NULL fields - but
this doesn't seem to work. I use the standard statement in the DEFAULT
section:
=IIF(Field=NULL, Null, .......)
and I have tried
=IIF(Field="", "", .......)
Most of these fields are numeric or date/time format.
Does anyone know what to do?
Cowji