D
dee
Hi,
I need to create a database for a small school. Objectives are basically:
Family information
For each student:
Course(s)
Registration date
Registration fee
One time tuition fee
Discontinuation date
Vacation date
Courses:
there are only 4 possibilities
Rate - usually $100 per month
Payment information:
Payment mode (cash, cheque)
Payment date
Is it split between dates or courses or children (could be all three)
Deposit Number
I've so far created these tables:
FamilyInfo:
FamilyID
FamilyName
ParentName
Address, phone, etc. details
Students:
Student ID, Last, First
CourseInfo:
CourseID
CourseName
CourseCode (abbreviation of name)
MonthlyRate
SpecialRate
DepositInformation:
DepositID
DepositNumber
DepositDate
PaymentInformation:
PaymentID
Mode
Date
Amount
I've created a form to enter and view data:
FamilyInfo
Students
Now I need to start creating other forms to view and enter data, but am not
sure the best way of going about this.
Any advice or does anyone know of a site that has examples of this type of
Access application. I've looked at the Northwinds example, but it doesn't
really apply to what I'm doing.
THANKS in advance for any help given.
I need to create a database for a small school. Objectives are basically:
Family information
For each student:
Course(s)
Registration date
Registration fee
One time tuition fee
Discontinuation date
Vacation date
Courses:
there are only 4 possibilities
Rate - usually $100 per month
Payment information:
Payment mode (cash, cheque)
Payment date
Is it split between dates or courses or children (could be all three)
Deposit Number
I've so far created these tables:
FamilyInfo:
FamilyID
FamilyName
ParentName
Address, phone, etc. details
Students:
Student ID, Last, First
CourseInfo:
CourseID
CourseName
CourseCode (abbreviation of name)
MonthlyRate
SpecialRate
DepositInformation:
DepositID
DepositNumber
DepositDate
PaymentInformation:
PaymentID
Mode
Date
Amount
I've created a form to enter and view data:
FamilyInfo
Students
Now I need to start creating other forms to view and enter data, but am not
sure the best way of going about this.
Any advice or does anyone know of a site that has examples of this type of
Access application. I've looked at the Northwinds example, but it doesn't
really apply to what I'm doing.
THANKS in advance for any help given.