R
Ross
I have been asked to design an access form that will have multiple sections
in it. Each section will have filter options for related data in each
section. This is in the Healthcare industry so for example:
Section One: Filters on the Customer/Employer
1.
2.
3.
4.
Section Two: Filters on the Available Programs for the Employer / Client:
1.
2.
3.
4.
Section Three: Filters in the Insured/Employee:
1. Gender
2. Geographic Location
3. Age
4. Etc
You are able to collapse, in Excel, rows in groups to hide or display the
detail using a +/-.
They would like to be able to hide or display the detail of each section on
this Access form in a similar fashion to the Excel function.
I know that I can hide the Objects/Controls with .visible = true or false.
Is there a way to hide and collapse sections of a form, perhaps with sub
forms or something like that?
Many Thanks
Ross
in it. Each section will have filter options for related data in each
section. This is in the Healthcare industry so for example:
Section One: Filters on the Customer/Employer
1.
2.
3.
4.
Section Two: Filters on the Available Programs for the Employer / Client:
1.
2.
3.
4.
Section Three: Filters in the Insured/Employee:
1. Gender
2. Geographic Location
3. Age
4. Etc
You are able to collapse, in Excel, rows in groups to hide or display the
detail using a +/-.
They would like to be able to hide or display the detail of each section on
this Access form in a similar fashion to the Excel function.
I know that I can hide the Objects/Controls with .visible = true or false.
Is there a way to hide and collapse sections of a form, perhaps with sub
forms or something like that?
Many Thanks
Ross