FurryGorilla
Technical User
Hi all
I've got a little problem on a datasheet which involves putting the length or quantity (depending on the category) into a textbox on form in datasheet view. I was going to use an if statement and then use the mod function but found any value mod 1 returns 0 even if it's a decimal value:
20.5 MOD 1 = 0 (this should surely be 0.5)
20.0 MOD 1 = 0
Is there any other way of validating this ina differen way.
Many thanks
Chris ____________________________
Have you seen my munkee?
I've got a little problem on a datasheet which involves putting the length or quantity (depending on the category) into a textbox on form in datasheet view. I was going to use an if statement and then use the mod function but found any value mod 1 returns 0 even if it's a decimal value:
20.5 MOD 1 = 0 (this should surely be 0.5)
20.0 MOD 1 = 0
Is there any other way of validating this ina differen way.
Many thanks
Chris ____________________________
Have you seen my munkee?