Access to Excel using ODBC query

L

LiquorGuy

When I try to ODBC an access database, I can't ODBC and keep the format of a
custom number. So, instead of 4.00 its reading 400. I formatted the column
to read @@@@@@@.@@ as the number format. Is there a way I can preserve the
number formatting when I use ODBC to query the database?
 
J

John Spencer

Try using #,##0.00 as the format.

--
John Spencer
Access MVP 2002-2005, 2007
Center for Health Program Development and Management
University of Maryland Baltimore County
..
 

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