T
tonyflath
Guest
I am trying to use an IIf statement to insert a date entry into fields on a query that are null. Included is the statement I am trying to use.
IIf([Date1] Is Null,[Date1]=#2222/02/02#,[Date1])
What happens when I run the query is that fields with null values result in the entire record being dropped. Any help is appreciated.
Thanks,
Tony
IIf([Date1] Is Null,[Date1]=#2222/02/02#,[Date1])
What happens when I run the query is that fields with null values result in the entire record being dropped. Any help is appreciated.
Thanks,
Tony