G
Guest
I have a db for a new music teaching business. It includes the following
tables/fields:
tblMusicTeaching (with student details)
strSurname, etc
intLessonTime
intLessonDay
tblTimesOfTheDay (schedule of ½ hour slots for music lessons)
intTimeID
strLessonTime
tblDaysOfTheWeek
intDayID
strLessonDay
I can link those tables in a query that creates an accurate timetable except
for one issue - no gaps. I can produce this…
9.00 am - student 1
10.00 am - student 2
what I would prefer but can’t create is…
9.00 am - student 1
9.30 (blank)
10.00 am - student 2
(ie, listing the time even though there is no student record with that time)
I’m aware of the option of setting join types in Table relationships, but it
didn’t seem to do anything - I presume because I don’t have a table/sub-table
structure?
Access 2002
windows xp
tables/fields:
tblMusicTeaching (with student details)
strSurname, etc
intLessonTime
intLessonDay
tblTimesOfTheDay (schedule of ½ hour slots for music lessons)
intTimeID
strLessonTime
tblDaysOfTheWeek
intDayID
strLessonDay
I can link those tables in a query that creates an accurate timetable except
for one issue - no gaps. I can produce this…
9.00 am - student 1
10.00 am - student 2
what I would prefer but can’t create is…
9.00 am - student 1
9.30 (blank)
10.00 am - student 2
(ie, listing the time even though there is no student record with that time)
I’m aware of the option of setting join types in Table relationships, but it
didn’t seem to do anything - I presume because I don’t have a table/sub-table
structure?
Access 2002
windows xp