Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

EXTRACT NUMBERS AFTER DEC. POINT.

Status
Not open for further replies.

jobillborf

Programmer
Feb 13, 2001
61
US
Hi. I have a database with a numberic field. I would like to only extract the numbers before the decimal point.

For example 7.15 would be .15

Thank you for your help

 
Try creating a formula with this:
Code:
(table.field} - Int((table.field})


~Brian
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top