Decimal part of a real number

G

George

Dear gurus,
Using a Query how can I get the decimal part of a real number? i.e 123.34 to
show only 34.
Thanks in advance.
George
 
R

Rick Brandt

George said:
Dear gurus,
Using a Query how can I get the decimal part of a real number? i.e
123.34 to show only 34.
Thanks in advance.
George

FractionalPart: [Field] - Fix([Field])
 
G

George

Thanks a lot Rick,

That works perfectly.

Ο χÏήστης "Rick Brandt" έγγÏαψε:
George said:
Dear gurus,
Using a Query how can I get the decimal part of a real number? i.e
123.34 to show only 34.
Thanks in advance.
George

FractionalPart: [Field] - Fix([Field])
 
Top