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 Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

RETRIEVING PORTION OF STRING

Status
Not open for further replies.

hnunez4399

Programmer
Apr 10, 2003
62
US
Hello I have a query that runs and does some calculation.
I do not want it round up. But at the same time I want to be able to take the whole number of that field from the decimal point. what would be the best way to do this.
Thanks,
 
Hi

See Fix() function and/or CInt() function and/or Int() function, each bahaves stightly dirrently in terms of what they do with the decimal places, see which one does what you want (if any)

Regards

Ken Reay
Freelance Solutions Developer
Boldon Information Systems Ltd
Website needs upgrading, but for now - UK
 
These functions are part of the VBA used by Access. Use Help within Access to learn more.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top