R
Razz
Hi all
I would like to ensure users only enter a numeric value for on a form
textbox (.txtPrice).
..txtPrice is set to currency format :
InsertAtBookmark("price", FormatCurrency(.txtPrice, 0))
This will elimate the runtime error 13 that occurs if a word rather than a
number is entered.
Thanks in advance.
I would like to ensure users only enter a numeric value for on a form
textbox (.txtPrice).
..txtPrice is set to currency format :
InsertAtBookmark("price", FormatCurrency(.txtPrice, 0))
This will elimate the runtime error 13 that occurs if a word rather than a
number is entered.
Thanks in advance.