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
Permissions - Cant access Server from XP machine
Installing sample databases on Sql Server 2008
Find drive letter of a named drive
How to filter a CurrentDb.OpenRecordset?
Doing a VLOOKUP in a pivot table???
How to restore a database?
embed blank word doc in access file
How to fix my dcdiag errors?
How can i get currently logged on user detail in .net c# winapp ?
Unable to Install Visual Web Developer 2008 Express Edition