I have 3 calculated fields in a query and another number from a table which I wish to add together.
When I build [query1]+[query2]+[query3]+[table1] Access brings back all the number together in a string (i.e. 10+10+10+10 = 10101010).
Presumably I need to add something to the expression to make it work?
When I build [query1]+[query2]+[query3]+[table1] Access brings back all the number together in a string (i.e. 10+10+10+10 = 10101010).
Presumably I need to add something to the expression to make it work?