Mrsostrich
Registered User.
- Local time
- Today, 14:07
- Joined
- Sep 28, 2002
- Messages
- 21
I'm looking at a database where I allocate students' music lessons. Pupils do not have the same lesson each week. I have a pupil table, a tutor table and a tuition table that links the two. That bit was easy, and allows for pupils to have lessons on more than one instrument.
The next thing I added was a lesson table with an autonumber key, week number, day of the week and lesson number (1-9, lessons in school day).
Trouble is that it means that each time the head of music books a lesson he has to choose from each of those drop down, and I can't help feeling there's an easier way.
What I want to end up with is this
Fred Bloggs Piano Lesson with John Doe
Week 1, Monday, lesson 3
Week 2, Tuesday Lesson 4
Thought, comments and suggestions much appreciated.
Di
The next thing I added was a lesson table with an autonumber key, week number, day of the week and lesson number (1-9, lessons in school day).
Trouble is that it means that each time the head of music books a lesson he has to choose from each of those drop down, and I can't help feeling there's an easier way.
What I want to end up with is this
Fred Bloggs Piano Lesson with John Doe
Week 1, Monday, lesson 3
Week 2, Tuesday Lesson 4
Thought, comments and suggestions much appreciated.
Di