G
Guest
I have the following validation rule in a form:
Not Like "*Apartment*" And Not Like "*Avenue*" And Not Like "*Boulevard*" And Not Like "*clr*" And Not Like "*Circle*" And Not Like "*crt*" And Not Like "*Court*" And Not Like "*Drive*" And Not Like "*Lane*" And Not Like "*Parkway*" And Not Like "*Place*" And Not Like "*P.O. Box*" And Not Like "*POBox*" And Not Like "*Post Office Box*" And Not Like "*Road*" And Not Like "*Room*" And Not Like "*Rural*" And Not Like "*Route*" And Not Like "*Street*" And Not Like "*Suite*" And Not Like "*Trail*" And Not Like "*trl*" And Not Like "*.*" And Not Like "*,*"
Works just fine but the problem is if I need to delete the entire line entry the validation rule keeps popping up. I've tried IsNull or Not like at the beginning but it doesn't seem to work very well.
Can someone please tell me what I'm doing wrong.
Thanks
Not Like "*Apartment*" And Not Like "*Avenue*" And Not Like "*Boulevard*" And Not Like "*clr*" And Not Like "*Circle*" And Not Like "*crt*" And Not Like "*Court*" And Not Like "*Drive*" And Not Like "*Lane*" And Not Like "*Parkway*" And Not Like "*Place*" And Not Like "*P.O. Box*" And Not Like "*POBox*" And Not Like "*Post Office Box*" And Not Like "*Road*" And Not Like "*Room*" And Not Like "*Rural*" And Not Like "*Route*" And Not Like "*Street*" And Not Like "*Suite*" And Not Like "*Trail*" And Not Like "*trl*" And Not Like "*.*" And Not Like "*,*"
Works just fine but the problem is if I need to delete the entire line entry the validation rule keeps popping up. I've tried IsNull or Not like at the beginning but it doesn't seem to work very well.
Can someone please tell me what I'm doing wrong.
Thanks