InstructionWhich7142
Registered User.
- Local time
- Today, 13:25
- Joined
- Feb 24, 2010
- Messages
- 206
I'm running a couple of Make Table queries based on ODBC imported tables, doing stuff to the data then writing it back.
However I had issues as the make table seems to make Decimals, not Doubles and I need more than 4 DP after calculations,
however it seems doing a bit of logic causes Access to default the fields to double, so:
gets the job done, but seems like a terribly ugly hack, is there some more elegant way to do this?
However I had issues as the make table seems to make Decimals, not Doubles and I need more than 4 DP after calculations,
however it seems doing a bit of logic causes Access to default the fields to double, so:
Code:
clqty: (Sum(IIf([avail]=0,[avail],[avail])))