I am having trouble converting a table to a text format in Access

C

Clinical ASA Nate

I am having trouble converting a table to a text format. I have a look-up
table associated with one of the columns. When I try to convert the data to
a text file (using a macro in the program) - it drops the data from the
look-up column. Can anyone help me with this issue? It is a time-critical
problem.
 
D

Duane Hookom

Try convert a query to a text format rather than a table. The query can
include the lookup table to pull the looked-up column.
 
Top