I need to delete records from an archive table that have a date of 12/07/2020. I got the replace command to work but I am getting errors for the delete command.
set defa to e:\largedbf
use allcc_2020.nrx
delete for ccoddate with CTOD('12/07/2020') ALL;
Thanks again for your help. This should be the last thing I need help.....hopefully.
set defa to e:\largedbf
use allcc_2020.nrx
delete for ccoddate with CTOD('12/07/2020') ALL;
Thanks again for your help. This should be the last thing I need help.....hopefully.