Changing the field names of linked table

G

Guest

I have an ODBC link to some live data.

Unfortunately the field names for this data are just codes and aren't very
helpful.

Though I have made a table in access which links the codes to the actual
description.

I need a way to create a new table which has all the data from the ODBC link
but for the field names it uses the field description rather than the field
code.

Can someone help?
 
R

Rick Brandt

Sanchez said:
I have an ODBC link to some live data.

Unfortunately the field names for this data are just codes and aren't
very helpful.

Though I have made a table in access which links the codes to the
actual description.

I need a way to create a new table which has all the data from the
ODBC link but for the field names it uses the field description
rather than the field code.

Can someone help?

Create a SELECT query based on the table and change the names of all of the
fields in the query. Then use the query everywhere you would otherwise have
used the table.
 

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