Unintended field "expression 1006" in the query grids

  • Thread starter Thread starter Frank Situmorang
  • Start date Start date
F

Frank Situmorang

Hello,

When I open my query, there is an unintended field "Expr 1006". I do not
know why is this automatically created. Anyone tells me, why this happened.
 
Hi Frank
this usually means that you put the same field into the query twice.

Jeanette Cunningham
 
Hello,

When I open my query, there is an unintended field "Expr 1006". I do not
know why is this automatically created. Anyone tells me, why this happened.

You may have added a field from one of your tables to the query twice. Access
will create an alias for the second instance of the field.

If you want to see where it is, open the query in design view and select
View... SQL. You should be able to find "Expr 1006" in the query text
somewhere. If you're having trouble copy and paste the sql text to a message
here.

John W. Vinson [MVP]
 

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.

Ask a Question

Back
Top