M
mezzanine1974
I have a form bounded to a table.On the continues form, there is an
edit box (TxtHyper) which is bounded a hyperlink type field on that
table. I want the form do something after update of TxtHyper.
If TxtHyper is NOT NULL- do something, If TxtHyper is NULL do
something else.
It is working well if TxtHyper is NOT NULL. But, when i delete the
assigned hyperlink on TxtHyper and pass the textbox by TAB (I mean,
TxtHyper is becoming NULL or empty or whatever you call), TxtHyper is
still recognized as NOT NULL !!
Do you have any idea?
edit box (TxtHyper) which is bounded a hyperlink type field on that
table. I want the form do something after update of TxtHyper.
If TxtHyper is NOT NULL- do something, If TxtHyper is NULL do
something else.
It is working well if TxtHyper is NOT NULL. But, when i delete the
assigned hyperlink on TxtHyper and pass the textbox by TAB (I mean,
TxtHyper is becoming NULL or empty or whatever you call), TxtHyper is
still recognized as NOT NULL !!
Do you have any idea?