Yes, I am trying to set up a query figuring out totals and some of them
divided by others. I am working in a database created by my boss and I'm
using some of his tables, queries, etc., as models since I have to use his
tables. It is really just a learning experience. I'm not really sure of the
calculating/mathmetical language of a query yet. Thank you for the
information.
Typically Expr1000 appear in your query when you have
brought in the field two time.
To get rid of this, you can either remove the extra field
or untick - not the show the field in your query.
Typically Expr1000 appear in your query when you have
brought in the field two time.
To get rid of this, you can either remove the extra field
or untick - not the show the field in your query.
Could be just one expression involved. If I create an expression but
do not give it an alias e.g.
SELECT MyKeyCol & MyDataCol FROM MyTable
the resulting column is given the name 'Expr1000' by default.
Jamie.
--
Ask a Question
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.