G
Guest
I have a table that has sensitive data on it and Management wants me to
delete that piece of data after seven days have elapsed. I have made a
select query to do what I want but when I change to an Update query I get
messages indicating my expressions that I am using are incorrect. The
expression I have written is
exp1r: IIf([Processing Date]+8>Now(),'0',[cc number]). When I select the
update query option and try to run I get:
'IIf([Processing Date]+8>Now(),'0',[cc number])' is not a valid name. Make
sure that it does not include invalid characters or punctuation and that it
is not too long.'
I need to have this update run whenever a certain form is opened and was
making a macro to do the execution of the query. At least that was the plan.
How can I accomplish this?
Thanks!
Kent
delete that piece of data after seven days have elapsed. I have made a
select query to do what I want but when I change to an Update query I get
messages indicating my expressions that I am using are incorrect. The
expression I have written is
exp1r: IIf([Processing Date]+8>Now(),'0',[cc number]). When I select the
update query option and try to run I get:
'IIf([Processing Date]+8>Now(),'0',[cc number])' is not a valid name. Make
sure that it does not include invalid characters or punctuation and that it
is not too long.'
I need to have this update run whenever a certain form is opened and was
making a macro to do the execution of the query. At least that was the plan.
How can I accomplish this?
Thanks!
Kent