Microsoft
Software
Hardware
Network
Question : TextBox and Validation Rule
On a bound form I have two textboxes bound to numeric fields. In the Validation Ruleof TBNumber1 I have "<=[TBNumber2]"
The problem is what when one used the Del key or Backspace to Remove the number it fails the validation.
Is there away to do this?
Answer : TextBox and Validation Rule
Hi Jess
Try "Is Null or <=[TBNumber2]"
Good luck!
--
Graham
Random Solutions
Access project - How to undo changes in a continuous form
IE 7.0 failed to surf any website
Timer function to automate Access
exchange 2007
Need to insert a formula into a text string in Excel
How to get COM interface API definitions after importing a type library
how to remove all spaces in an EXCEL column
Renaming Tables in Access without affecting desing grid queries
How Do I download AJAX Futures?
Need SQL Script