Hi I am a teacher trying to develop a access database programme to create lesson plans record and forecast etc...for myself and department.
I think some of it a bit over my head but i am trying my best but this part got me stuck any help would be much appreciated.
I have a form 'frmCreateLessonPlans'
To which I have the query parameters to generate the query for all lessons for the date period specified and insert it in the 'tblLessonPlanMain'.
For example in prose
I would like to insert all the lessons for Information Technology(IT) from February 1, 2016 to March 18th 2016.
For the Teacher Ritchie Hosein, subject Department: Maths, for Class: form 4 group 4.
Therefore the query should be able to generate a list of dates within the
range
when the teacher has IT from the table (tblsubjecttimetable) which is on Monday at 6 and 7 periods and Fridays 1 to 3 periods within that date range and then provide view for the user to confirm and then append into the lesson plans main table.
Output example:
see picture 1: append query results
Attached is also the database for how you think i can go about this.
any help would be much appreciated. thanks. The database is open for anyone else to use. I zip it because it was a bit to big.
I think some of it a bit over my head but i am trying my best but this part got me stuck any help would be much appreciated.
I have a form 'frmCreateLessonPlans'
To which I have the query parameters to generate the query for all lessons for the date period specified and insert it in the 'tblLessonPlanMain'.
For example in prose
I would like to insert all the lessons for Information Technology(IT) from February 1, 2016 to March 18th 2016.
For the Teacher Ritchie Hosein, subject Department: Maths, for Class: form 4 group 4.
Therefore the query should be able to generate a list of dates within the
range
when the teacher has IT from the table (tblsubjecttimetable) which is on Monday at 6 and 7 periods and Fridays 1 to 3 periods within that date range and then provide view for the user to confirm and then append into the lesson plans main table.
Output example:
see picture 1: append query results
Attached is also the database for how you think i can go about this.
any help would be much appreciated. thanks. The database is open for anyone else to use. I zip it because it was a bit to big.