Need code for generating time table

Birendra1983

New member
Local time
Today, 08:10
Joined
Nov 27, 2024
Messages
2
I have created a app in access 2010 to generate timetable. In this I have a table name SubjectTeachers in which I am storing all teachers name with subjects and on button click on a form generate time table in TimeTable through VBA CODE. What should I do for it?
 
First, define what you mean by "TimeTable". No doubt you have a particular kind of thing in mind, but without your explanation, others may form totally inaccurate ideas about what it could be.

I assume, for example, that SubjectTeachers is a Junction table with Foreign Keys from a Subjects table and from a Teachers table. I hope that is the case anyway.
 
I can think of at least two or three different meanings, relevant to teachers and/or classes, that could be called a time-table. You will have to be a bit more specific.
 

Users who are viewing this thread

Back
Top Bottom