Calculated queries - please help

C

Chuckie1471

When i try to run the following query nothing is done:

[Subtotal]*7/47

Do you no why? The subtotal is inputted into a table and then this
calculation should be performed, but when i run it where the answer should be
it is blank
 
R

Rick B

Do you have it in a new column in your query? Did you assign a name to it?
It should look something like the following...


NewSubtotal: [Subtotal]*7/47




Rick B
 
Top