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?
John Spencer - 06 Mar 2007 20:14 GMT
Try using #,##0.00 as the format.

Signature
John Spencer
Access MVP 2002-2005, 2007
Center for Health Program Development and Management
University of Maryland Baltimore County
.
> When I try to ODBC an access database, I can't ODBC and keep the format of
> a
[quoted text clipped - 3 lines]
> the
> number formatting when I use ODBC to query the database?