C
CCousins
The source table for this query is linked and not available for changing
field parameters. The source field is: Decimal with precision 5, scale 2.
The problem is the old "scaling of decimal value resulted in data truncation"
error when running:
Expr 1: Sum(field1 * field2)
I tried: Round(Sum(field1 * field2),2) and Format(Sum(field1 *
field2),"###.##")
With no luck. Since I can't touch the table, is there a way to handle this
on the query side or am I going to have to replicate the linked table in
order to change the field size/scaling?
Thanks for your help in advance
field parameters. The source field is: Decimal with precision 5, scale 2.
The problem is the old "scaling of decimal value resulted in data truncation"
error when running:
Expr 1: Sum(field1 * field2)
I tried: Round(Sum(field1 * field2),2) and Format(Sum(field1 *
field2),"###.##")
With no luck. Since I can't touch the table, is there a way to handle this
on the query side or am I going to have to replicate the linked table in
order to change the field size/scaling?
Thanks for your help in advance