G
Guest
i'm having a problem with the inconsistency of the behavior of the code in
the forms modules, i'm working with inbound forms and i'm trying to trap the
event of blank or null fields, so i'm putting the following code on the exit
event of the controls:
if me!controlname="" or isnull(me!controlname)=true then
me!controlname.setfocus
end if
for some reason it does work in some of the forms but not in others, could
someone please tell what's going on, or how can i fix this.
thanks
the forms modules, i'm working with inbound forms and i'm trying to trap the
event of blank or null fields, so i'm putting the following code on the exit
event of the controls:
if me!controlname="" or isnull(me!controlname)=true then
me!controlname.setfocus
end if
for some reason it does work in some of the forms but not in others, could
someone please tell what's going on, or how can i fix this.
thanks