Hi guys,
I need a VBA which would check if one of the fields is empty before proceeding with the rest of the code.
Ive tried using something like:
if [telefonnummer] = "" then etc etc but no luck.
Ive tried setting validation rules on the form itself too, no luck. They dont seem to actually kick in until you write something in the field, so if you tab through without inputting anything, the validation rule seems to get ignored.
Thats why I want to try with VBA code.
Thanks
I need a VBA which would check if one of the fields is empty before proceeding with the rest of the code.
Ive tried using something like:
if [telefonnummer] = "" then etc etc but no luck.
Ive tried setting validation rules on the form itself too, no luck. They dont seem to actually kick in until you write something in the field, so if you tab through without inputting anything, the validation rule seems to get ignored.
Thats why I want to try with VBA code.
Thanks
