Is it possible to create an action in Acces like this:
If control1 is null then error pop-up message appears
.... when you try to click anywhere else on the form
HOWEVER If control1 is NOT null (has data in it) then the error pop-up message would NOT appear when you click anywhere on the form.
My main focus is the Error Pop-up mess. I tried creating a Macro for on click, BUT it appears everytime I click (which is OBVIOUS).
Is this possible? If so, I'd appreciate some assistance in writing out such a code.
THANK THANK YOU.
If control1 is null then error pop-up message appears
.... when you try to click anywhere else on the form
HOWEVER If control1 is NOT null (has data in it) then the error pop-up message would NOT appear when you click anywhere on the form.
My main focus is the Error Pop-up mess. I tried creating a Macro for on click, BUT it appears everytime I click (which is OBVIOUS).
Is this possible? If so, I'd appreciate some assistance in writing out such a code.
THANK THANK YOU.
Last edited: