DSum

D

D

I have a field in my query: New_Cost:[Allocated_Cost]+[Base]

Need to take the total of that column and divide by each record [New_Cost]
to come up with a percentage in a new field New_Cost_Percentage. Can this be
done with DSum and if so, how?
 
Top