| Lesson 4 | Types of Data Access Pages |
| Objective | Learn how Data Access Pages can be used. |
In earlier versions of Microsoft Access, Data Access Pages (DAPs) were used to create web-based interfaces for entering, viewing, and analyzing data. These pages could connect directly to an Access database and allowed users to interact with data through a browser. However, in modern versions such as Access 2021 and Microsoft 365 Access, DAPs have been replaced with more secure and flexible options — including Access Web Apps (now retired) and, more recently, Microsoft Dataverse and Power Apps integrations.
To understand how these older concepts evolved, this lesson reviews the four core Data Access Page types once used in Access 2000–2003 and maps them to their modern equivalents in Access 2025, focusing on data input, review, analysis, and visualization.
The classic data entry page displayed one record at a time, designed for easy input and validation. In Access 2025, this workflow is achieved through Form objects (for local databases) or Power Apps forms (for cloud-based solutions connected to Dataverse or SQL Server).
Product ID: 1
Product Name: Chai
Supplier: Exotic Liquids
Category: Beverages
Quantity Per Unit: 10 boxes × 20 bags
Unit Price: $18.00
Units In Stock: 39
Navigation: [First] [Previous] [Next] [Last] [New Record]
Legacy DAPs allowed category-based browsing, similar to applying a dynamic filter. Today, this can be implemented with an Access Datasheet view with filters or a split form that displays both a form and a datasheet for easy navigation. In web solutions, Power Apps Galleries or modern Access forms with combo box filters perform this function.
Category: Beverages
| Product Name | Unit Price |
| ------------- | ----------- |
| Chai | $18.00 |
| Chang | $19.00 |
| Chartreuse | $18.00 |
Modern Equivalent: Use a combo box or filter panel in an Access form to filter the product list dynamically.
The Pivot List control was once embedded in DAPs to summarize and analyze data. In Access 2021 and Microsoft 365, this feature has been replaced by PivotTable Views or external tools such as Excel PivotTables and Power BI dashboards connected to your Access data source. These modern tools allow grouping, aggregations, and visualizations with greater flexibility.
| ShipName | Orders | Total Sales |
| -------------------- | ------- | ------------ |
| Berglunds snabbköp | 2 | $1,600 |
| Blondel père et fils | 1 | $1,400 |
| Bon app' | 1 | $400 |
Modern Equivalent: Create a PivotTable in Excel connected to Access, or publish your data to Power BI for real-time visualization.
Legacy DAPs used an embedded Chart Control for trend analysis and projections. In current Access versions, you can use the built-in Modern Chart control (introduced in Access 2019) or export your dataset to Power BI for advanced visual forecasting.
| Product Name | Q1 Sales | Q2 Sales |
| -------------- | -------- | -------- |
| Chai | 705.6 | 878.4 |
| Chang | 2720.8 | 228.0 |
| Chartreuse | 590.4 | 360.0 |
Modern Equivalent: Use Access’s Modern Chart feature (Bar, Line, or Combo) or export to Power BI for predictive analytics and interactive dashboards.
Although Data Access Pages are now a legacy technology, their concepts—data input, review, analysis, and visualization—remain at the core of modern Access and Microsoft 365 tools. Today’s workflows connect seamlessly to SQL Server, Azure SQL Database, or Dataverse, and leverage Power Apps and Power BI for secure, cloud-enabled data management.
In the next lesson, you’ll learn how to use the Page Wizard (now replaced by modern Access wizards and templates) to build efficient data entry forms and integrate them into your relational database workflow.