Microsoft Access Database for a Small Graduate School

jodhas

Senior member
Aug 5, 2001
834
0
0
I am trying to implement a database for a small graduate school of about 200 students.
Everything from student info to grades for each semester should be handled by this database.
I want to use Access to accomplish this. Can someone point me to an online community (forums) where I can get some help? (or templates :p)
 

MagnusTheBrewer

IN MEMORIAM
Jun 19, 2004
24,122
1,594
126
I am trying to implement a database for a small graduate school of about 200 students.
Everything from student info to grades for each semester should be handled by this database.
I want to use Access to accomplish this. Can someone point me to an online community (forums) where I can get some help? (or templates :p)

This is a bad idea. I can't see allowing everyone with access to the data base to see ALL of a students records and Access doesn't have the tools to limit access. I recommend taking a look at Oracle or SQL.
 

EagleKeeper

Discussion Club Moderator<br>Elite Member
Staff member
Oct 30, 2000
42,589
5
0
This is a bad idea. I can't see allowing everyone with access to the data base to see ALL of a students records and Access doesn't have the tools to limit access. I recommend taking a look at Oracle or SQL.

If you are going to use Access to develp the database; make a front end to allow restriction to different pieces of the data.

Or then port the Access database after you have everything figured out to another SQL package that will allow more protection of info.
 

Apathetic

Platinum Member
Dec 23, 2002
2,587
6
81
I highly recommend against using MS Access for anything as important as student grades. Access is NOT safe choice when multiple users are connected to the same database and are making changes. It's only a matter of time before your database gets corrupted.

Check out Postgres, MySQL, or MS SQL Server Express (which is also free).

http://www.microsoft.com/express/Downloads/

Dave