I am having trouble making a delete query for a table of mine.
In my table i have products, Qty on hand, qty on order, reorder points.
I want to add in a comment field so that i can make comments about the products that are low on stock. I than want to be able to than run a delete query that deletes the comment field only of the products where the qty on hand is higher than the reorder point.
At the moment my query deletes the whole record, I want to be able to keep the record and only delete the comment field.
Hope this makes sense?
In my table i have products, Qty on hand, qty on order, reorder points.
I want to add in a comment field so that i can make comments about the products that are low on stock. I than want to be able to than run a delete query that deletes the comment field only of the products where the qty on hand is higher than the reorder point.
At the moment my query deletes the whole record, I want to be able to keep the record and only delete the comment field.
Hope this makes sense?