Viewing post 1 (of 2 total)
The most directly way is writing an update query in the Query Analyser.
The syntax is:
UPDATE tablename
SET FieldName = FieldValue [,FieldxName = FieldxValue]
WHERE wherecondition
The wherecondition is the same as you used...
January 18, 2006 at 12:56 am
#615386