How to edit all fields in a table.
For exsample: I won to change all fields of prices and moltyply with 5.23
------------------
Printable View
How to edit all fields in a table.
For exsample: I won to change all fields of prices and moltyply with 5.23
------------------
I assume that you want to run this query directly in database:
Update TableName Set FieldName = FieldName * 5.23
------------------
Serge
[email protected]
[email protected]
If you have any questions about AOL programming, e-mail me