Alright so I'm going to make this basic since I just want to know if this is possible.
You have some fields in your main data table, i.e. Customer, Price 1, Price 2...
You then call upon that information by a select query (Query 1) and create new fields inside the query using calculations i.e. "SubTotal:[Price 1]+[Price 2]"
Now I want to call upon the field [SubTotal] by Query 2 and use that in another calculation. i.e. "Total:[SubTotal 1]+[SubTotal 2]"
I'm guessing this isn't possible since the field isn't stored anywhere, but if it is, please tell me how to call upon that field in a query and if not, how you would get around this.
Thanks in advance.