C
CSmalley
I am very new at this and am having problems with an update query IIF
statement. I need to clear the data from my Cycle field if the parameter
date equals the record date on the table. Not even sure if this is possible.
Example:
Field: Cycle
Update to: IIf([DATE]=[enter date],Null)
But everytime I run it clears the cycle field of all records in the table.
Thanks for any help..
statement. I need to clear the data from my Cycle field if the parameter
date equals the record date on the table. Not even sure if this is possible.
Example:
Field: Cycle
Update to: IIf([DATE]=[enter date],Null)
But everytime I run it clears the cycle field of all records in the table.
Thanks for any help..