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
Outlook 200x Problems Connecting to Exchange Server 2007
Opening a report in Access - It asks a question - The answer I type is added as text in the report
#Name? Error Access Unbound Text Boxes
Access 2003 spell checker msg.
printing color fill effects in word 2003
problem using DAO.Workspace and connecting to Access Database
Error on Running Powerpoint from Access
change range names with VBA?
How Display bitmap data (a variable, not a file) into a Picture Box with MFC or WIN32 ?
Disable printing in Internet Explorer (Want to prevet printing Sharepoint Lists)