G
gls858
I import info from a program that fills the last purchase date field with
12:00AM if we've never sold anything to that customer. When I print this
field on a Access report it prints 12/30/1899. I would just like it to be
blank. I tried an IIF statement in the control source of the field.
=IIf([LastPurchaseDate]=#12/30/1899#,"",[LastPurchaseDate]), when I clicked
out off the the control source field Access automatically changed it to
this =IIf([LastPurchaseDate]=#12:00:00 AM#,"",[LastPurchaseDate])
I get a message that's this is a circular reference.
What do I need to do to get a blank field when the value is 12:00AM?
TIA
gls858
12:00AM if we've never sold anything to that customer. When I print this
field on a Access report it prints 12/30/1899. I would just like it to be
blank. I tried an IIF statement in the control source of the field.
=IIf([LastPurchaseDate]=#12/30/1899#,"",[LastPurchaseDate]), when I clicked
out off the the control source field Access automatically changed it to
this =IIf([LastPurchaseDate]=#12:00:00 AM#,"",[LastPurchaseDate])
I get a message that's this is a circular reference.
What do I need to do to get a blank field when the value is 12:00AM?
TIA
gls858