The Tables and Reports
The Tables and Reports
In this step, you'll create the tables that will hold your data. Here's how you can design the tables:
1. **Clients Table**:
2. **SurveyFees Table**:
- This table will store survey fees for different client categories.
3. **DrillingServices Table**:
- This table will store information about drilling services offered by the company.
4. **PumpInstallation Table**:
5. **DepthAndHeight Table**:
- This table will store cost per meter based on depth and height ranges.
6. **PlumbingServices Table**:
After designing the tables, you need to establish relationships between them. Here's how you can do it:
In this step, you'll create forms for easy data entry. Here's how you can do it:
1. **Client Form**:
- Create a form for entering client details such as name, address, telephone, and category.
- You can use the Form Wizard to create a simple form quickly.
- Create a form for entering survey fees for different client categories.
- Include fields for pipe type, diameter, length, number of outlets, and cost.