R
Rick
Hi,
I'm using a passthrough query to pull in SQL Server data.
For some reason the decimal datatype field will not sort
correctly if the value is negative. See example below
where the column should be sorting in DESC order, which
means that the negative numbers should obviously be on the
bottom. Without having to run another query on top of
this, and then parsing the data to then change it do a
double (because a straight cdble will not work), any ideas
as to what the problem is? Is this just a glitch in
Access? Also, given the type of interface, I cannot
afford a performance hit on making a table or appending
the data, so that is out of the quertion.
Please let me know if you have any thoughts.
Thanks!
-0.01
-0.04
-0.08
-0.16
-0.16
-48.67
-126.71
-173.85
3805.80
980.91
789.92
I'm using a passthrough query to pull in SQL Server data.
For some reason the decimal datatype field will not sort
correctly if the value is negative. See example below
where the column should be sorting in DESC order, which
means that the negative numbers should obviously be on the
bottom. Without having to run another query on top of
this, and then parsing the data to then change it do a
double (because a straight cdble will not work), any ideas
as to what the problem is? Is this just a glitch in
Access? Also, given the type of interface, I cannot
afford a performance hit on making a table or appending
the data, so that is out of the quertion.
Please let me know if you have any thoughts.
Thanks!
-0.01
-0.04
-0.08
-0.16
-0.16
-48.67
-126.71
-173.85
3805.80
980.91
789.92