Hello,
I am trying to purge some redundant data from my database by using the following code:
I know this syntax works if I put a word inbetween the single quotes after the equals sign.Code:DoCmd.RunSQL "Delete * From [tblDataPrime] WHERE [ToolLastCalDate] = ''"
However, I need it to target cells which are empty and I have not been able to figure out how to structure that.
Any and all assistance is appreciated.