Hiding Controls

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a subform within a main form that is setup where each record of the
subform appears as row in the form view (I think this is called a continuous
form). Well, depending on what appears in the respective textbox of the
"row" I'd like to have another control be hidden. I was wondering if this
was possible, and if it is, I'd like to know the best coding for it as well
as the best event. Thanks in advance.
 
Neil said:
I have a subform within a main form that is setup where each record of the
subform appears as row in the form view (I think this is called a continuous
form). Well, depending on what appears in the respective textbox of the
"row" I'd like to have another control be hidden. I was wondering if this
was possible, and if it is, I'd like to know the best coding for it as well
as the best event.


No, that's not really possible. There may be a hokey
arrangement that can make the textbox look like the
background, but it's a messy thing to do.

Far better is to use Conditional Formatting (Format menu) to
disable the text box.
 

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