dbTalk Databases Forums  

delete column values (but not the column)

comp.databases.ms-access comp.databases.ms-access


Discuss delete column values (but not the column) in the comp.databases.ms-access forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Uli
 
Posts: n/a

Default delete column values (but not the column) - 12-19-2004 , 08:55 AM






Hi,

A collegue of mine has made an access entry field and keyed in all the
data. Now I have to key in the same data in the same database.
However, I first need to delete the values in several colums in order
to start. i.e. i need the current values of a certain column to
replace with the default value. I have one column with 1,2,3 values,
but in need to delete or replace these values. Any ideas? Many thanks.

Raoul

Reply With Quote
  #2  
Old   
Rick Brandt
 
Posts: n/a

Default Re: delete column values (but not the column) - 12-19-2004 , 09:36 AM






"Uli" <raoulreulen (AT) hotmail (DOT) com> wrote

Quote:
Hi,

A collegue of mine has made an access entry field and keyed in all the
data. Now I have to key in the same data in the same database.
However, I first need to delete the values in several colums in order
to start. i.e. i need the current values of a certain column to
replace with the default value. I have one column with 1,2,3 values,
but in need to delete or replace these values. Any ideas? Many thanks.
Update query.

UPDATE TableName SET FieldName = Null, OtherFieldName = 0, etc..

--
I don't check the Email account attached
to this message. Send instead to...
RBrandt at Hunter dot com




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.