You are on page 1of 3

Create a database and save it as “Revision”

It should have 15 fields and 8 records


Table name: Administrative Information
Serial Number: [Auto number]
Doctor ID: (4 digit numbers) – set as a primary key
Name: Random
Post: Dermatologist, General Physician, Surgeon, Cardiologist, Eye
Specialist, Dentist [use lookup wizard]
Qualification: MBBS, FCPS, MCPS, MMSC [lookup wizard]
Age: (greater than 30 and less than 55)
Net Salary: (greater than $ 9000 and less than $ 15000)
Increment: (greater than $ 2000 and less than $ 8000)
Gross Salary: Find the total of increment & net salary
Tax paid: [15% of the gross salary]
Picture: Any doctor Clipart [JPG / PNG]
Visiting time: [24 hour clock format]
Private Clinic: [select a random date]
Permanent: (Yes/No)
Web Link: Any hospital’s web link
TASKS TO DO
• Fill eight records for each field. No data should be
repeated.
• Create a form using form wizard and add navigation
buttons for next, previous, find, new, save, close, print,
first, last and delete.
• Save the form as Doctor Information.
• Insert a hospital symbol in the header.
• Set the image property as stretch.
• Arrange all the commands in a row above the footer.
• Apply colour shades to the entire form, fields and
command buttons. The border color of each box will be
black with border width of 2 pts.
Make 8 queries in the table. The queries should find the following.
1) Doctor who is a Dermatologist,
2) General Physician
3) Surgeon
4) Cardiologist
5) Eye Specialist
6) Dentist
7) The doctor with the MBBS degree
8) The doctor with the FCPS degree
9) The doctor with a salary more than 9000
10) The doctor with a salary less than 15000.

You might also like