D
D B Lawson
Guest
In a query, if a date field is blank, I want to put in the current date. I thought this might do:
WorkDate: If(IsNull([WDate])," Date()",[WDate])
but it but I'm getting an "Undefined If" message.
Is there anyway to put in a default date into a select query if the WDate field is empty?
WorkDate: If(IsNull([WDate])," Date()",[WDate])
but it but I'm getting an "Undefined If" message.
Is there anyway to put in a default date into a select query if the WDate field is empty?