I'm trying to delete just ONLY the records inside of the column, Not the whole ROW. But I just don't get it. This is what I used.
DoCmd.RunSql "DELETE tblMasterProfileSheet.QTY FROM tblMasterProfileSheet"
Everytime when I execute that script, it's deleting the whole row. I just want to delete records inside of the QTY column, not the ROW.