"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