calculated queries

C

Chuckie1471

Is it possible to use a value calculated by a query in a second query to
perform a further calculation. e.g.
1). VATTotal:[Subtotal]*7/47
2). Total: [Subtotal]+[VATTotal]
The subtotal value has already been typed into a form.
 
Top