How do I sort Fieldnames

K

KJMachado

How do I sort Fieldnames in a Query to locate a possible duplicate fieldname?
I am getting a field called Expr1027 when I display data but am not seeing
the Expr1027 in the design grid--did I drop a fieldname in the query twice or
what did I possibly do and how do I delete the unwanted field?

Thanks for any help!
 
J

Jerry Whittle

The field names should display in the same order of the design grid when run.
The exception would be any that had the checkmark in the display box removed.
As there's a maximum of 255 fields in a query, and usually many less, you
should be able to find which one is the dupe and compare it to the other
fields.
 
J

John W. Vinson

How do I sort Fieldnames in a Query to locate a possible duplicate fieldname?
I am getting a field called Expr1027 when I display data but am not seeing
the Expr1027 in the design grid--did I drop a fieldname in the query twice or
what did I possibly do and how do I delete the unwanted field?

Thanks for any help!

The easiest way for me when this happens is to go into SQL view; there'll be a
place in the SELECT clause with

, fieldname AS Expr1027,

It'll be a lot more visible there than in the grid.
 
K

KJMachado

Thank you, John (and Jerry), for your response. That helped and I found my
Expr. =)
 

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

Top