I am having a problem writing a query in the Access app. I'm writing an expression where i am multiplying a field by a number. Then i take that new field and multiply it by another number in the next field.
Example.
Weight(g): [Volume]*5
Weight(oz): [Weight(g)]*5
However, when i finish the second field and try to save the query, it comes up with an error (invalid field name). As best i can figure out, it doesn't want there to be two fields with the same name.
Everything else is working great, just this one thing is standing in my way.
Any ideas?
Thanks