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 saving changes to a checkboxes
Creating Voting Buttons
add select count in query
c# form with microsoft access database and user level security
Select min value from multiple tables
POP3 info for netscape.net e-mail account?
Newly created AD user account with exchange mailbox doesnt display in ESM
Report failure notification in SQL REPORTING
How do I change the height of a decorative border box conditionally on the contents of a text box within the box
How do you copy Excel macros from one windows profile to another?