Designing Web Tables
The process of defining web tables in a Microsoft Access 2010 web database (.accdb file) is similar to designing client tables in a desktop database. In general, you create the fields you need, assign properties to those fields, and create relationships between the tables. The differences in the process of table creation for web databases lie in the design surface options you can use and the available data types and properties for web fields.
In this tutorial, we will show you how to begin creating your first web application by starting with the tables.
In this tutorial:
- Working with the Web
- Creating a New Web Database
- Creating a New Empty Web Database
- Creating Your First Simple Web Table by Entering Data
- Creating a Web Table Using Application Parts
- Using Data Type Parts
- Creating Web Tables in Datasheet View
- Choosing Web Field Names
- Understanding Web Field Data Types
- Setting Field Properties for Web Databases
- Creating Calculated Fields
- Defining Field Validation Rules for Web Databases
- Defining a Table Validation Rule for Web Databases
- Defining a Primary Key for Web Databases
- Understanding Other Web Table Properties
- Creating Lookup Fields in a Web Database
- Creating Relationships Using Lookup Fields
- Defining a Restrict Delete Relationship
- Defining a Cascade Delete Relationship
- Using the Web Compatibility Checker
- Analyzing the Web Compatibility Issues Table
- Preparing a Client Database for the Web