Class ResourcesLink to this page: www.noktra.com/class Alternative link: www.xr.com/class |
|
Slides and Such
Excel slides: Click Here ICDL sets: Excel Basic & Intermediate
PowerPoint slides: Click Here
Word slides: Click Here
Access slides: Click Here
Quiz (STB Only)
Feedback Form Alternate link: www.xr.com/comat74
Advanced Function Exercise Page 132
No 6:
=IF(H5>20000,"Yes","No")
No 8:
=IF(B5=1,0,IF(B5=2,0.05,IF(B5=3,0.075,0.1)))
No 10:
=IF(OR(B5=2,B5=4),0.05,0)
No 13:
=IF(ISERROR(AVERAGE(C5:C13)),"No data",AVERAGE(C5:C13)) Access Mini Database Design and Implementation ExerciseMount View Community Hospital.
Scenario: In patients only and no follow-ups after discharge. Patients are treated for multiple ailments. Each patient can be treated by multiple doctors - but only one doctor per ailments per patient. A doctor can have expertise in many ailments.
Question: Create a simple database so that I can pick any patient and find out which doctors are treating her/him and for what.
Hint:
|
Data Download (Download instructions here)
|