Reference no: EM133739858
Assignment: Programming- Making table queries in MS Access Excel Project
Feel Better Now Physical Therapy Center has recently had its grand opening. The center offers variety of different therapies. Patients sign up for a session and they are assigned to a therapist for that session. The therapist determines the session length based on the patient's needs at the time of the appointment. Most therapies can be done by any available therapist.
The center is using Excel for data keeping but they realized that the approach may become troublesome and inefficient in the near future. Therefore, they decided to use an intern to migrate their data from Excel to Access before it is too late.
Task I: Import the Excel worksheet into Access as a table. Name the table as tblPhysicalTherapy.
Task II: Using Make Table queries, normalize the tblPhysicalTherapy table. Make sure that each resulting table is in the third normal form.
Task III: Assign a primary key to each table and create one-to-many relationships between the tables.
Task IV: Create a form with a sub-form that the center can utilize. Make sure that the form is professionally designed.
Task V: Using a Make Table query, re-create the original tblPhysicalTherapy table from the normalized tables. Name this table as tblPhysicalTherapy2. Name your Make Table query as qryReCreate.