L
leonardwalker
Guest
I would like to hide the section footer on certain conditions. I have tried to use several methods but normally I get an error stating that Access can't find the object I am referring to.
I tried adding code in the on print or on format section of the footer property the report such as:
me!groupfooter1.visible=false
Couldn't find groupfooter1 was the response.
How do I refer to the group footer if I am using this kind of code and can you use the visible method to hide the entire footer?
I tried adding code in the on print or on format section of the footer property the report such as:
me!groupfooter1.visible=false
Couldn't find groupfooter1 was the response.
How do I refer to the group footer if I am using this kind of code and can you use the visible method to hide the entire footer?