View Full Version : Fixed-point Calculation


Teriz
03-19-2002, 08:35 AM
I need to multiply a 7,450.28 by 2.44 without the floating-point calculation. (i.e., 2.44 -- not 2.444444....

I can do this in tables by using the Currency data type, Fixed Format, and 2 Decimal Places

In Forms, I can only set the Formt and Decimal Places. How do I set a Currency data type in Forms?