Guest_imported
New member
- Jan 1, 1970
- 0
I have created a databse in access for the purpose of finding information about the university program.
I have the following tables :
CLASSROOm
ClassroomName(pr. key)
Building
Classroom Type
Floor
Capacity
TIME
Time (pr. key)
COURSES
ID (pr. key, autonumber)
Course
CourseID
SEMESTER
Semester(pr. Key)
PERSONELL
PID (Pr. key)
Surname
Title
DepartmentCode
DEPARTMENT
DepartmentCode (pr. key)
Departmnet
School
USE OF WINTER SEMESTER
ID (pr. key)
DepartmentCode
Department
Semester
CourseID
Profesor1
Professor2
Professor3
Professor4
Professor5
Professor6
Day
Time
ClassroomName
I would like to tell me how to create the query that answers which classroom is free (available) at a specific time and day?
I have the following tables :
CLASSROOm
ClassroomName(pr. key)
Building
Classroom Type
Floor
Capacity
TIME
Time (pr. key)
COURSES
ID (pr. key, autonumber)
Course
CourseID
SEMESTER
Semester(pr. Key)
PERSONELL
PID (Pr. key)
Surname
Title
DepartmentCode
DEPARTMENT
DepartmentCode (pr. key)
Departmnet
School
USE OF WINTER SEMESTER
ID (pr. key)
DepartmentCode
Department
Semester
CourseID
Profesor1
Professor2
Professor3
Professor4
Professor5
Professor6
Day
Time
ClassroomName
I would like to tell me how to create the query that answers which classroom is free (available) at a specific time and day?