A
AB
I have a text field in a database that the only formats that can be entered
are as follows:
v99.9 , 999.9 v99, v99.99, 999, 999.99
the 9’s can be any number
ex: v34.6 or 234.5 or v45 or v34.55 etc
what is not acceptable is 79.90
How can I check the data being input to make sure it is in one of the
allowable formats?
The data is entered in a textbox on a form in an Access 2007 database
Thanks!
AB
are as follows:
v99.9 , 999.9 v99, v99.99, 999, 999.99
the 9’s can be any number
ex: v34.6 or 234.5 or v45 or v34.55 etc
what is not acceptable is 79.90
How can I check the data being input to make sure it is in one of the
allowable formats?
The data is entered in a textbox on a form in an Access 2007 database
Thanks!
AB