> Is there a way to click on a command button and set the value for all
> records in a particular set to another value?
> Thanks
> DS
CurrentDB.EXECUTE "UPDATE TabelName SET FieldName = NewValue", dbFailOnError

Signature
I don't check the Email account attached
to this message. Send instead to...
RBrandt at Hunter dot com
DS - 15 May 2005 16:41 GMT
>>Is there a way to click on a command button and set the value for all
>>records in a particular set to another value?
>>Thanks
>>DS
>
> CurrentDB.EXECUTE "UPDATE TabelName SET FieldName = NewValue", dbFailOnError
Thanks
DS