How can I copy data from one field into another?

M

Mir.

In a Query, I need to copy text data in one Field into another field in the
same query. Any way of doing this? In otherwords, 2 fields need the same
data.
 
J

John W. Vinson

In a Query, I need to copy text data in one Field into another field in the
same query. Any way of doing this? In otherwords, 2 fields need the same
data.

Just include the field twice in the query grid, giving it an alias name for
the second instance. That is, if your table contains a field named FOO and you
want to see that field both under the name FOO and under the name BAR, type or
select

Foo

in one vacant Field cell, and type

Bar: [Foo]

in another.
 

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