PDA

Click to See Complete Forum and Search --> : Edit with SQL


pedja
Jun 29th, 1999, 04:13 PM
How to edit all fields in a table.
For exsample: I won to change all fields of prices and moltyply with 5.23



------------------

Serge
Jun 29th, 1999, 05:20 PM
I assume that you want to run this query directly in database:

Update TableName Set FieldName = FieldName * 5.23

------------------

Serge

Serge_Dymkov@vertexinc.com
Access8484@aol.com
If you have any questions about AOL programming, e-mail me