Any help would be greatly appreciated, or even a point in the right
direction as to what I am lookoing for (i.e. what to lookup in help or
books?)
Thank you
Deron
You do not want to duplicate the data in the table.
You can modify the resulting field name in a query.
Let's say that the table contains UserName and you now want
to produce an extract for UserID.
Start a new Query and show the Table
In the Field Name, enter:
UserID: UserName
Make sure you enter the colon after UserID.
Run the query and you will see that the field name is 'UserID'.
You can use the query as input to a form, report, etc. (the same as a table).
John