Fill in blanks

  • Thread starter Thread starter D B Lawson
  • Start date Start date
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?
 

Users who are viewing this thread

Back
Top Bottom