Re: purpose of subform?
- From: "Gina Whipp" <NotInterested@xxxxxxxxxxxxx>
- Date: Tue, 30 Dec 2008 17:00:09 -0500
The table tblSubjects
tblSubjects
sSubjectID (PK)
sSubject
sDescription
....add as many fields as you need
tblStudentSubject
ssStudentID (FK - tied to tblStudents PK sStudentID)
ssSubjectID (FK - tied to tblSubjects PK sSubjectID)
ssDescription
....add as many fields as you need
--
Gina Whipp
"I feel I have been denied critical, need to know, information!" - Tremors
II
"mike" <mike@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:0B1971D4-58B8-4678-B2CB-99DDCBE439B0@xxxxxxxxxxxxxxxx
Why not have a table for Subjects and put all the Course Topics in onei can do that.
table.
then how do i specify that the selected student and subject is added as a
new record in tblStudentSubject
.
- Follow-Ups:
- Re: purpose of subform?
- From: mike
- Re: purpose of subform?
- References:
- purpose of subform?
- From: mike
- Re: purpose of subform?
- From: Gina Whipp
- Re: purpose of subform?
- From: mike
- purpose of subform?
- Prev by Date: RE: Limit access to tab control page with field
- Next by Date: RE: Limit access to tab control page with field
- Previous by thread: Re: purpose of subform?
- Next by thread: Re: purpose of subform?
- Index(es):