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
Personal Macro Workbook Server Location?
Is their anyway to convert label to a string
Form_Timer doesn't execute
Setting up a Forest Trust
Access Runtime Error
Adjust data table size and graph size independently in Access XP
SUM with IFs
auto log off and close forms if idle problem
excel rows get cut off
How do I move a worksheet from one spreadsheet to another, while keeping all formulas exactly the same (so it doesn't move the file name with it)?