Hi There,
I have a problem and i need some help.
I have recently started a project at school to design a membership database for a small golf-course, which contains all the info about all the clubs members; name, address, tele#, mem type, join date, ccard #, etc. The database was originally meant to be running on a single computer in their reception.
But now, i feel that i could take it one step further, and possibly try and market the project, by expanding the membership section of the website i designed, so that members can access the database online, and be able to change their membership details, pay bills etc, and also, major point, be able to book tee-reservation times.
Right, so thats the scenario, now onto the database.
The members database at the moment contains three tables, one containing the main membership info: mem#, name, mem type, join date, exp date. Tbl 2 contains the members contact details, and table three contains their payment details: membership value, amount payed, amount to pay, etc.
If i want to expand it to be able to book tee-off times, the members will need to access a members section on the website, login, access the tee-reservation page, and search and select tee-reservation times upto 6 months in the future.
What i am not sure of is:
Thanks for all replies in advance.
Regards
FatMcGav
I have a problem and i need some help.
I have recently started a project at school to design a membership database for a small golf-course, which contains all the info about all the clubs members; name, address, tele#, mem type, join date, ccard #, etc. The database was originally meant to be running on a single computer in their reception.
But now, i feel that i could take it one step further, and possibly try and market the project, by expanding the membership section of the website i designed, so that members can access the database online, and be able to change their membership details, pay bills etc, and also, major point, be able to book tee-reservation times.
Right, so thats the scenario, now onto the database.
The members database at the moment contains three tables, one containing the main membership info: mem#, name, mem type, join date, exp date. Tbl 2 contains the members contact details, and table three contains their payment details: membership value, amount payed, amount to pay, etc.
If i want to expand it to be able to book tee-off times, the members will need to access a members section on the website, login, access the tee-reservation page, and search and select tee-reservation times upto 6 months in the future.
What i am not sure of is:
- What back-end to use - whether to leave it as MsAccess, and link using PHP, or convert the MsAccess BE to MySql, and link all the tables.
- How to make the table so that it will display dates up-to six months in advance, whilst clearing any dates that are in the past, but still storing all the past tee-off times reservations in a member table, so that the golf club can find out how many times x memeber has used the club etc.
Thanks for all replies in advance.
Regards
FatMcGav