R
recif20002002
I read a lot for messages but i still can manage to get it working
I basically writing an update query which set the Date field as null
(empty cell).
I tried
UPDATE table
SET Name = parameter, Date = Null
WHERE .... ;
but it doesn t work. I tried all the possible combinations using # ' "
but it still doesn t cut it
I basically writing an update query which set the Date field as null
(empty cell).
I tried
UPDATE table
SET Name = parameter, Date = Null
WHERE .... ;
but it doesn t work. I tried all the possible combinations using # ' "
but it still doesn t cut it