| Setting | Constant | Description | 
| 0 | acDetail | Form detail section or report detail section | 
| 1 | acHeader | Form or report header section | 
| 2 | acFooter | Form or report footer section | 
| 3 | acPageHeader | Form or report page header section | 
| 4 | acPageFooter | Form or report page footer section | 
| 5 | acGroupLevel1Header | Group-level 1 header section (reports only) | 
| 6 | acGroupLevel1Footer | Group-level 1 footer section (reports only) | 
| 7 | acGroupLevel2Header | Group-level 2 header section (reports only) | 
| 8 | acGroupLevel2Footer | Group-level 2 footer section (reports only) | 
Forms!Customers.Section(acDetail).Visible
Forms!Customers.Section(0).Visible
Forms!Customers.Detail0.VisibleForms!Customers.Section(acPageHeader).Visible
Forms!Customers.Section(3).VisibleDim intSectionNumber As Integer
intSectionNumber = Forms!Customers!CustomerID.Section