Are there any places on the Internet where you can find database templates?
Or, if anyone can give me some advice,what I want to achieve is the following:
I have a database table (have both an Access and MySQL one) with the personal details of my private students in it.
It obviously contains an auto-incrementing ID field as primary key.
What I would like now is another table to keep track of their lesson day(s) and payments made or owed.
The reason why I need their lesson day and attendance included is because, if they do not attend a lesson without giving proper notice, they get charged as if they had attended their lesson.
I am not really sure how to set it up, or what fields to use, but basically, I need to be able to keep track of their payments (some pay every session, some pay monthly) and be able to send them a reminder (email, letter, or both) if there are any outstanding balances.
So, apart from the fact that the frequency of payment can differ for some people (session-per-session or monthly), there are also different charges, depending on whether they do 1 hour or 30 minute sessions.
After that (but that is the least of my worries at the moment,I first want to get this payment tracking table out of the way), I would like to make a relationship with another table which is a basic Income/Expenditure table, but as I said, no rush for that, it also seems much simpler to do than what I want to achieve now.
So, if anyone can give me some tips how I can go about such a table, eg. what fields to use etc. (but please, keep it simple, as I am not an experienced database developer, I want to do this for my own use, but also to learn more about developing databases at the same time).
So, any advice on how to lay out my table and which fields to use will be welcomed with open arms.
(Obviously, any referral to a site or a template will be gratefully accepted too).
Edited by mrdee, 07 March 2011 - 12:14 PM.















