Hi All,
Relatively new to access and new to the forums. (although I am high end Excel VBA user),
I am trying to turn a clunky excel database and update it to access 2013. The database will be used every year at the school to assign teachers to the classes & subjects they teach.
Current Table Setup, has caused me issues, Although i can link classes to subjects, the subject is shared for all classes. For example, If i assign a teacher to a 7B Maths class, it places that teacher for all year 7 maths classes. I believe it is because of how i set up my tables.
[tblClasses]
YearLevel (i.e. 7,8,9,10)
Classes (i.e. 7A, 7B, 7C, 8A, 8B, etc...)
[tblSubjects]
Subject (i.e. Maths, Science, English, etc.)
YearLevel (i.e. 7,8,9,10,11,12)
NumofPeriods (i.e. 2,6,7,etc.)
StaffCode (i.e. GRI, STA, RUS, etc)
[tblStaffPrefences]
StaffCode (i.e. GRI, STA, RUS, etc.)
StaffName (i.e. John, Susan, etc.)
TotalNumberPeriodsCanTake (i.e. 24, 28, 30, etc)
At the end of the day, i need a simple updateable list of classes, subjects, teachers. That are able to be grouped together. (i.e. 7B Maths GRI, 7C Maths STA, 7D Maths RUS)
Unable to find a solution on the internet so thought i would ask the experts
Thankyou in advance, any pointers would be great.