update query base on condition

S

Souris

I would like to update my record with current date time, if the value is null.
May I add 'IF(NULL, FieldValue, Date())' in my query?
If not, are there any solution for this?
Thanks millions,
 
A

adsl

Souris said:
I would like to update my record with current date time, if the value is
null.
May I add 'IF(NULL, FieldValue, Date())' in my query?
If not, are there any solution for this?
Thanks millions,
 
A

adsl

Souris said:
I would like to update my record with current date time, if the value is
null.
May I add 'IF(NULL, FieldValue, Date())' in my query?
If not, are there any solution for this?
Thanks millions,
 
A

adsl

Souris said:
I would like to update my record with current date time, if the value is
null.
May I add 'IF(NULL, FieldValue, Date())' in my query?
If not, are there any solution for this?
Thanks millions,
 
A

adsl

Souris said:
I would like to update my record with current date time, if the value is
null.
May I add 'IF(NULL, FieldValue, Date())' in my query?
If not, are there any solution for this?
Thanks millions,
 
Top