Posts: 95
Score: 0
Joined: 7/3/2001
From: USA
Status: offline
Really whats happening, is Access stores the number as 23123...and flags it to display in a given format. Unfortunately, that flag doesn't get included in an ADO query, only the data part gets returned.
Since you now know that your only going to get the data...you can compensate for it by using the FORMATNUMBER() function in VBS...