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 Denied Error when trying to access an old hard drive
View variable results in Access VBA code module
Acrobat Activex Control setview method
Access 2003 SELECT Query from two tables base on date
Installing table relationship via vba... Part 1
How do I use the debugger in Microsoft Access?
Loop through table and number records
Using SQL for Gridview Paging vs Caching
Outlook Closing Spontaneously
SQL Query to get row total?