how do you find and use the integer function in Access?

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

Guest

I need help. Can someone help me with this topic. I need to trunacate a
decimal with the integer function.
 
jda said:
I need help. Can someone help me with this topic. I need to trunacate a
decimal with the integer function.
If your field is [Iamdecimal], just use Int([Iamdecimal]) or
Cint([Iamdecimal])
 
Or, if the values are really large, CLng().

Tom Ellison


Phil said:
jda said:
I need help. Can someone help me with this topic. I need to trunacate a
decimal with the integer function.
If your field is [Iamdecimal], just use Int([Iamdecimal]) or
Cint([Iamdecimal])
 

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