G Guest Apr 10, 2006 #1 I need help. Can someone help me with this topic. I need to trunacate a decimal with the integer function.
I need help. Can someone help me with this topic. I need to trunacate a decimal with the integer function.
P Phil Apr 10, 2006 #2 jda said: I need help. Can someone help me with this topic. I need to trunacate a decimal with the integer function. Click to expand... If your field is [Iamdecimal], just use Int([Iamdecimal]) or Cint([Iamdecimal])
jda said: I need help. Can someone help me with this topic. I need to trunacate a decimal with the integer function. Click to expand... If your field is [Iamdecimal], just use Int([Iamdecimal]) or Cint([Iamdecimal])
T Tom Ellison Apr 11, 2006 #3 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. Click to expand... If your field is [Iamdecimal], just use Int([Iamdecimal]) or Cint([Iamdecimal]) Click to expand...
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. Click to expand... If your field is [Iamdecimal], just use Int([Iamdecimal]) or Cint([Iamdecimal]) Click to expand...