- Create “MyDB” database and construct three Access Database Tables that contain the following Fields and Records:
CISC110
STUDENT
StuID Fname Lname Present Test1Score
9007 JOHN JOHN YES 100
008 John ME YES 100
001 Mary We No 100
004 You See No 100
005 Okay Thanks Yes 100
Instructor
Emplid Fname Lname
Phone# STUID
005 That Stop 8888 008
102 That Stop 900 001
300 Go Under 809 004
304 Come Table 200 005
- Create a form on table Student and name it studentform.
- Create a form on table Instructor and name it ISform.
- Create a Report on table Student and name it studentReport.
- Create a query that finds students whose instructor’s is That Stop
- Optional: Add additional Querry.