Quote:
|
quote:I guess it gives around 12 to 15 digit after decimal point and hence creates problem.
|
Try using something like;
rst!AvgPurPrice = CDbl(Round(AvgPrice, 2))
If you use Sql Server as BE, I advice you to use float data type for the field.
Ashfaque