K
Keith G Hicks
I think I've just been staring at this too long. I have 3 text boxes on a
form for 3 credit report numbers. I can't allow them all to be blank. At
least one of them is required. So I'm putting the following into the
"ValidationRule" property of the control (TRW, TU and Eqf are all text boxes
bound to backend fields (jet) of the same name):
Not IsNull([TRW]) And Not IsNull([TU]) And Not IsNull([Eqf])
I've only put it in the TRW control for now just to test. When I have a
value in the TU controol and then delete the value from teh TRW control, my
ValidationText still fires. Clearly not all of them are null. It should
allow me to leave the TRW control after deleting its contents if there is a
value in the TU control.
If anyone can tell me what I'm doing wrong here I'd appreciate it.
Thanks,
Keith
form for 3 credit report numbers. I can't allow them all to be blank. At
least one of them is required. So I'm putting the following into the
"ValidationRule" property of the control (TRW, TU and Eqf are all text boxes
bound to backend fields (jet) of the same name):
Not IsNull([TRW]) And Not IsNull([TU]) And Not IsNull([Eqf])
I've only put it in the TRW control for now just to test. When I have a
value in the TU controol and then delete the value from teh TRW control, my
ValidationText still fires. Clearly not all of them are null. It should
allow me to leave the TRW control after deleting its contents if there is a
value in the TU control.
If anyone can tell me what I'm doing wrong here I'd appreciate it.
Thanks,
Keith