Hi Candy, Try using an update query: "UPDATE targetTable SET targetTable.targetColumn = NULL" Where targetTable is the table that contains the column, targetColumn which is the column you want to delete the data from. Jim
Hi Candy, Try using an update query: "UPDATE targetTable SET targetTable.targetColumn = NULL" Where targetTable is the table that contains the column, targetColumn which is the column you want to delete the data from. Jim