S
Steve
I have 2 tables, [adjustments] which has date, and price adjustments, and i
have [work done] which has all of the information that is calculated off of
the quantity entered and using the price adjustments related to the date
entered.
I have a query that shows me all items in [work done] that have a quantity
but no price adjustment (this results when there was no price adjustment
entered for that month). What I am tryint to do is update the price
adjustment that is stored in work done based on the quantity.
What i want to do is update the calculated price adjustment that is in [work
done] based on the results of this query.
So what i'm trying to say is, how do i change a value in a field based on
the result of the query?
have [work done] which has all of the information that is calculated off of
the quantity entered and using the price adjustments related to the date
entered.
I have a query that shows me all items in [work done] that have a quantity
but no price adjustment (this results when there was no price adjustment
entered for that month). What I am tryint to do is update the price
adjustment that is stored in work done based on the quantity.
What i want to do is update the calculated price adjustment that is in [work
done] based on the results of this query.
So what i'm trying to say is, how do i change a value in a field based on
the result of the query?