Operate Database Application - Assignment
Operate Database Application - Assignment
GROUP ASSIGNMENT
Assignment Guidelines:
Each group will consist of 2 to 5 students.
The maximum mark of the project is 20%.
The project submitted by hardcopy and softcopy.
Deadline for submitting the project April 7/2013 E.C
Set By:
Abebe Alemu
March, 2021
Field Name Data Type Field Format Default Validation Validation Text
Size value Rule
EMP_ID Text 8
EMP_Title Text 3
EMP_FName Text 15
EMP_LName Text 15
Sex Text 1 F M or F Please enter M or F
EMP_DOB Date/Time
EMP_Hire_Date Date/Time
Job_Title Text
Salary Currency
Phone Text 10
City Text 15 Addis
Ababa
1
2. Create forms by one of form creating methods and save a form by frmemployee
2.1. Add Logo, Form Title(Employee Management System),Date/Time
2.2. Add the following records using a form:
EMP_ID EMP_Title EMP_FName EMP_LName Sex EMP_DOB EMP_Hire_Date Job_Title Salary Phone City
001 Mr Beyene Girma M 02-Sep-1986 03-Feb-1988 Manger $9875 0910123569 Addis Ababa
002 Ms Ayal Zewdie F 08-Nov-1987 10-Jan-1988 Officer $9456 0911122325 Addis Ababa
003 Mrs Lemlem Kassahun F 11-Oct-1985 10-Jan-1988 Sales man $9456 0924252627 Bahir Dar
004 Mr Girma Moges M 23-Dec-1987 10-Jan-1988 Sales Man $8568 0925282926 Bahir dar
005 Ms Tsion Girma F 25-Dec-1990 10-Jan-1988 Celrk $5612 0914151617 Addis Ababa
006 Ms Birtukan Abebe F 30-Jun-1986 10-Mar-1988 Technician $6872 0915161417 Bahir dar
007 Mr Haile Belay M 30-Apr-1986 10-Mar-1988 Sales Man $9456 0914171819 Mekele
008 Ms Hirut Aregawi F 10-Mar-1987 10-Mar-1988 Sales Man $9567 0915161417 Mekele
010 Ms Hiwot Alemu F 10-Nov-1985 10-Mar-1988 Sales Man $9546 0956587985 Hawassa
2
2.3. Add Navigation records (First, Last, Next and Previous) in picture format on the bottom
part of the detail section of the form with alignment of left.
2.4. Add Record Operations (Add New Record, Delete Record, Save Record, Print Record and
Undo Record) in text format on the right part of the detail section of the form with
alignment of left.
2.5.Change Background color of the form title, detail, label, text box and command buttons with
appropriate color which has better appearance and feeling.
2.6.On the form footer section write the group members full name.
3. Create the following queries:
3.1.Using select query display Female employees whose Job title is sales man and save the query
by fmlquery.
3.2.Using select query display Ms employees whose Job title is sales man and save the query by
msquery.
3.3.Using select query display those employee’s salary is greater than or equal to $7000 and save
the query by slryquery.
3.4. Using update query changes sales man by sales representative and save the query by
salesupdate.
3.5.Using make table query create a new table by the table name tblmale which displays male
employees only and save the query using makquery.
3.6. Using update query increase sales man employee’s salary by 10% and save the query by
upquery.
3.7. Using delete query delete those employees whose job title is clerk and save the query by
clkquery
4. Create a report:
4.1.Using one of report creating method , create report and save the report name by
rptemployee.