This project is an Access database designed to manage contacts and QA data for probes across different departments. The aim is to enhance reporting transparency, facilitate quick analysis of QA data, and unify report formats.
- Sites Management: Add, edit, and manage site information.
- Departments Management: Manage departments with associated contacts.
- Scanners and Probes Tracking: Track scanners and probes, including their details and QA results.
- Dynamic Reporting: Generate reports based on selected parameters, including month and year.
- Error Handling: Built-in error handling to prevent incorrect data entry and handle null values.
-
Sites
idsite_name(Primary Key)site_addressis_current
-
Departments
iddept_name(Primary Key)site(Foreign Key)contactcontact_numbercontact_emailis_current
-
Scanners
idscanner_iddept(Foreign Key)brandmodelserial_number(Primary Key)loansiteis_current
-
Probes
idscanner_id(Foreign Key)deptmodeltypeserial_number(Primary Key)loanstatuscustomer_commentis_current
-
Results
id(Primary Key)dateserial_numberqa_cl_revqa_cl_gnqa_cl_cqa_ph_revqa_ph_gnphys_comment
- Open the Access database.
- Use the forms to add or manage sites, departments, scanners, and probes.
- Generate reports by selecting the desired parameters.
- Follow prompts for error handling during data entry.
- Ensure you have Microsoft Access installed.
- Download the database file.
- Open the file and enable macros if prompted.
Contributions are welcome! Please fork the repository and submit a pull request with your improvements.
This project is licensed under the MIT License.
- Microsoft Access for database management.
