Derek said:
Hi Rick
Perhaps some of the newsgroup postings are not comming through at the
correct time. I sent a post before the last one that answered your
post here it is again.
Hi Rick
I have a form called ItemForm that i inserted into the outer Subform
which is called Invoice Form. Is this not the control? In the Module
I have code that is writen in the ItemForm and the title of the code
(or the container?) is Form_ItemForm. So I assume that this is the
control name. Is this correct?
Does that help?
The newer versions of Access make this more confusing by showing the design view
of subforms at the same time you are viewing the design of the parent form.
Basically if you open the parent form in design view and click ONCE on the
subform then you will be setting focus to the subform *control* and its name
will be displayed in the property sheet. If you click again on the subform the
property sheet will change to displaying the properties of the form embedded
within the subform control.
You want to change the visibility of the control, not the form. Often the name
of both is the same, but you can't be certain of that unless you check it.