S
Simon Harris
Hi,
I want eo ensure that my users only enter numeric values into a text box.
I've tried this, as a starting point, which always returns 'false' whether I
enter a number or not.
Private Sub hours_spent_Change()
MsgBox (IsNumeric(Me!hours_spent))
End Sub
I would have expected this to be quite a common task - 30 minutes searching
google etc didnt return much of any use.
Hope some one can help.
Kind regards,
Simon.
--
-
* Please reply to group for the benefit of all
* Found the answer to your own question? Post it!
* Get a useful reply to one of your posts?...post an answer to another one
* Search first, post later : http://www.google.co.uk/groups
* Want my email address? Ask me in a post...Cos2MuchSpamMakesUFat!
I want eo ensure that my users only enter numeric values into a text box.
I've tried this, as a starting point, which always returns 'false' whether I
enter a number or not.
Private Sub hours_spent_Change()
MsgBox (IsNumeric(Me!hours_spent))
End Sub
I would have expected this to be quite a common task - 30 minutes searching
google etc didnt return much of any use.
Hope some one can help.
Kind regards,
Simon.
--
-
* Please reply to group for the benefit of all
* Found the answer to your own question? Post it!
* Get a useful reply to one of your posts?...post an answer to another one
* Search first, post later : http://www.google.co.uk/groups
* Want my email address? Ask me in a post...Cos2MuchSpamMakesUFat!