Decimal part of a real number

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
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])
 
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])
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top