I am trying to write an update query but I can't figure out how to do something.
Is it possible to have a update query look at a field and if it is Null update it but if not null skip it?
Basically have a date field that I want to insert todays date into unless it already has a date.
Is it possible to have a update query look at a field and if it is Null update it but if not null skip it?
Basically have a date field that I want to insert todays date into unless it already has a date.