The numeric values are probably being stored in lookup tables somewhere. You will need to design a query joining the numbers to the corresponding numbers in the lookup tables and export the results of that into excel.
The numeric values are probably being stored in lookup tables somewhere. You will need to design a query joining the numbers to the corresponding numbers in the lookup tables and export the results of that into excel.
if not its probably one of the drawbacks of using lookups in table definitions. You will probably have to recreate the lookup in your query to get the field value you REALLY want.
if not its probably one of the drawbacks of using lookups in table definitions. You will probably have to recreate the lookup in your query to get the field value you REALLY want.
Yes I am using the docmd.transferspreadsheet.
I was using the look up, but when I realized my stupid mistake. I am now switching to "formatting" as I tried it with the spreadsheet and it worked fine.