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
Excel VBA cell length limitation
how do i print directly to lpt1 in vb.net
Error Message "Windows cannot log you on because your profile cannot be loaded
Sharepoint Discussion Board Pictures??
Save file from Attachment type data field
Windows 7 Licensing
How do I suppress default click behaviour on hyperlink field on form?
gunzip
Can i promote w2003 member sever with exchange 2007 to domain controller
DoCmd.TransferText acExportDelim, "", "qryStockExport", file, False, "" not working in an adp