using Is Null in procedure

R

Rick

Hi,
I am struggling to find the correct syntaxt to determine
whether or not a field on a form is null or not. I'd like
to put the code on the OnOpen event of a form so when the
form opens, if a particular field or textbox is null, then
another control on the form is not visible. Something
like:
If me.text43 is null then
me.text44.visible = False

The first line is the problem. Also, I'd like to be able
to refer to a control that is on a subfrom that is within
the parent form. I don't know syntax for this either.
Thanks for any help,
-Rick
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top