N
notDave
I have a report that I'm exporting to Excel. One
particular field is giving me grief. The field happens to
be a Social Security Number, but the datatype in the table
is Text because some SSN's begin with a zero. (If it's
not a text field Access drops the beginning zero(s).) The
field displays fine on the report, but when I export it to
an Excel file, and then open the Excel file, the field has
reverted to text. I've tried putting format
([MyField],"000000000") in both the query and the Control
field of the report to no avail.
When I export the exact same report to rtf or snapshot
filetypes the data is correct, which indicates the issue
may be on the Excel side but I still don't know what to do.
Any suggestions?
~notDave
particular field is giving me grief. The field happens to
be a Social Security Number, but the datatype in the table
is Text because some SSN's begin with a zero. (If it's
not a text field Access drops the beginning zero(s).) The
field displays fine on the report, but when I export it to
an Excel file, and then open the Excel file, the field has
reverted to text. I've tried putting format
([MyField],"000000000") in both the query and the Control
field of the report to no avail.
When I export the exact same report to rtf or snapshot
filetypes the data is correct, which indicates the issue
may be on the Excel side but I still don't know what to do.
Any suggestions?
~notDave