what event for conditionally visible property?

  • Thread starter Thread starter zSplash
  • Start date Start date
Z

zSplash

In my subform, I want a field to be visible if another field's value is
"originator". I think I have the code, but don't know what event to put it
in.
If txtPartyType.Value = "originator" Then
DOB.Visible = True
Else
DOB.Visible = False
End If
Please, what event shall I use?

TIA
 
If your subform is in singleform view, then put it in the Current Event

HTH
Damon
 
Thanks, Damon, for the help. My subform has a Continuous Form default view.

st.
 

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

Back
Top