I have a question on how to return precision values when doing math functions in vb.
Is there anyway to make vb return a value of 00000001 when subtracting 33554432 from 33554433? I always get a return of just 1.
The way the database is designed to track data is by an 8 digit varchar even if they are all 0's. (Oh yeah this gets converted from integer to varchar b4 getting inserted into the db)
This app is not the only app that accesses the db so I need the two apps to match up. The other app already does this, but no source is available.
Thanks in advance for any help
Is there anyway to make vb return a value of 00000001 when subtracting 33554432 from 33554433? I always get a return of just 1.
The way the database is designed to track data is by an 8 digit varchar even if they are all 0's. (Oh yeah this gets converted from integer to varchar b4 getting inserted into the db)
This app is not the only app that accesses the db so I need the two apps to match up. The other app already does this, but no source is available.
Thanks in advance for any help