G
Guest
I have a simple question.
I am exporting a file to excel. My table/query has field1 that is a check
box. When I export it, it shows as TRUE or FALSE. Not very user friendly.
Is there a way to modify what is outputted to excel without having to create
a new field in my table?
Basically I want the TRUE to be exported as YES and FALSE to be exported as
NO.
The query is nothing fancy, just select all from 1 table.
Here is the line of code to export the query. (Once again, nothing fancy)
DoCmd.OutputTo acQuery, "export", "MicrosoftExcel(*.xls)", "", True, "",0
Your assistance is appreciated,
I am exporting a file to excel. My table/query has field1 that is a check
box. When I export it, it shows as TRUE or FALSE. Not very user friendly.
Is there a way to modify what is outputted to excel without having to create
a new field in my table?
Basically I want the TRUE to be exported as YES and FALSE to be exported as
NO.
The query is nothing fancy, just select all from 1 table.
Here is the line of code to export the query. (Once again, nothing fancy)
DoCmd.OutputTo acQuery, "export", "MicrosoftExcel(*.xls)", "", True, "",0
Your assistance is appreciated,