• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Quick ASP question

beer

Lifer
I asked this on the 4guysfromrolla forum and got yelled at, but I can't find it answered anywhere!

Let's say one field in my recordset is defined in Access as Standard Number. Anyways, many times this will be a fairly large number; when I'm looping through code to output the values of this field, the number is a integer without commas. Is there any way I can declare the number as a Standard Number as opposed to a General Number, as I can when I originally wrote the database in Access, which will get appropriately placed comma breaks?
 
Back
Top