How do i dicount a field in access like cost?

J

John W. Vinson

I need to know how to discount a cost field by 15%

Create an Update query based on your table, and update the cost field to the
corrected expression in Philip's response to Fred's.
 
Top