C
Craig
Hello. This is the second time I've posted this. The answer I received
prior is not practical.
I'm using Access 97. I have a query used to export data to a .csv
file. The issue our users have is that Excel confuses some of the data and
converts the type incorrectly.
For example - one of the fields in the query export is called 'phase', and a
possible value in this field could be "5-5-1". However, When the user
exports the file and attempts to open it in Excel, Excel will convert this
into a date (05/05/01). I'd like to ensure the values in this (and other
similar) fields are exported
as text.
Is there a function to trap these values in my export query to ensure that
they are recognized exported as text values and not dates?
Thanks in advance
PS The answer to this question prior was that I should format the Excel
spreadsheet as text before I open the .csv file. Not practical for the user.
I want the value TO BE TEXT when it is exported from Access.
prior is not practical.
I'm using Access 97. I have a query used to export data to a .csv
file. The issue our users have is that Excel confuses some of the data and
converts the type incorrectly.
For example - one of the fields in the query export is called 'phase', and a
possible value in this field could be "5-5-1". However, When the user
exports the file and attempts to open it in Excel, Excel will convert this
into a date (05/05/01). I'd like to ensure the values in this (and other
similar) fields are exported
as text.
Is there a function to trap these values in my export query to ensure that
they are recognized exported as text values and not dates?
Thanks in advance
PS The answer to this question prior was that I should format the Excel
spreadsheet as text before I open the .csv file. Not practical for the user.
I want the value TO BE TEXT when it is exported from Access.