In Access, you can select contiguous fields. Move them to make them
contiguous and then select them.
Tell your client that it is poor database design to repeat data from one
column into another or another table (other than the table's Primary Key). A
query should be able to display anything he/she wants to display without
denormalizing and ruining the database.

Signature
Arvin Meyer, MCP, MVP
http://www.datastrat.com
http://www.mvps.org/access
http://www.accessmvp.com
> Hi,
>
[quoted text clipped - 6 lines]
>
> Thanks.