Delete only certain fields from a record

azzurri

Registered User.
Local time
Today, 02:39
Joined
Feb 27, 2002
Messages
25
I had try to use Delete query but it will delete the record totally, is there a way to delete certain fields from a record without deleting the record itself?

Thanking in advance.
 
Use an update query and update the fields you want emptied to Null.
 
Thanx. Couldn't thought it would be to simple a solution.
 

Users who are viewing this thread

Back
Top Bottom