F
Fred Boer
Hello!
I have a student creating a form. He wants to use an AfterUpdate event to do
data validation. He wants only whole numbers, no decimals. He wants help
with this and expects I know how to do this.... I said *of course* I could,
but that I had no time just then...
I suppose I might try doing something like searching for a period using
InStr() or something, but perhaps there is a more elegant "math" function or
some kind of "math" thing that can determine if a number has decimals?
Note: When you read "math", invest it with all the fear, loathing,
bewilderment and consternation you can - that's the way I say it!
Thanks!
Fred Boer
I have a student creating a form. He wants to use an AfterUpdate event to do
data validation. He wants only whole numbers, no decimals. He wants help
with this and expects I know how to do this.... I said *of course* I could,
but that I had no time just then...

I suppose I might try doing something like searching for a period using
InStr() or something, but perhaps there is a more elegant "math" function or
some kind of "math" thing that can determine if a number has decimals?
Note: When you read "math", invest it with all the fear, loathing,
bewilderment and consternation you can - that's the way I say it!

Thanks!
Fred Boer