Exporting to .CSV Files

D

Darren R. Barnes

I have a problem with Excel seeing some of my alpha
numberic values as scientific numbers after I export my
query. I was trying to find out how to make a
Specification Table and can't find anything in the Help
function of Access and I searched through the Knowledge
Base as well. Does anyone here know where I should begin?
 
K

Ken Snell

Use a calculated field in place of the actual field in the query:

TextFieldName: Format([RealFieldName], "")

or

TextFieldName: Format([RealFieldName], "@")

This will export the field as a text string and not a number.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top