S
Shohoku79
Hello:
I have written a query that pulls data from two tables and into 4 fields.
Date (Date)
Number (Autonumber)
Name (Text)
Amount (Currency)
I gave the user the option to export to MS Excel with the file name/location
of his choosing. When I opened the excel file, it looks like the data
exported correctly, with the exception of the Name field, it had an extra '
(Apostrophe) before the names in the formula bar, but not in the sheets.
e.g.
'John Smith (formula bar) / John Smith (worksheet)
From research it looks like Access/Excel does this to all fields to treat it
as text. I would like to know if there is a way to remove the apostrophes
from the fields from the Access side so when the user opens the file, the
apostrophes are already removed from the formula bars on all the text fields.
Thank you
I have written a query that pulls data from two tables and into 4 fields.
Date (Date)
Number (Autonumber)
Name (Text)
Amount (Currency)
I gave the user the option to export to MS Excel with the file name/location
of his choosing. When I opened the excel file, it looks like the data
exported correctly, with the exception of the Name field, it had an extra '
(Apostrophe) before the names in the formula bar, but not in the sheets.
e.g.
'John Smith (formula bar) / John Smith (worksheet)
From research it looks like Access/Excel does this to all fields to treat it
as text. I would like to know if there is a way to remove the apostrophes
from the fields from the Access side so when the user opens the file, the
apostrophes are already removed from the formula bars on all the text fields.
Thank you