Database for Landlord. A2 ICT coursework - Development and Testing (1 Viewer)

tevin

New member
Local time
Today, 04:22
Joined
Mar 12, 2013
Messages
1
HELP!

Im Making a Database for a landlord who manages 7 properties. Each property has 5-6 rooms in which an individual student lives in.

I want the database to
- Hold information for each student.
- Hold information (address) for each house.
- Have a query to bring up an individual student and how much they have paid and how much they have left outstanding.
- To show when the next payment is due and when the last payment was made

I think I need to add somesort of transaction table or payment form. I am new to access and I would really appreciate the help.
 

CJ_London

Super Moderator
Staff member
Local time
Today, 04:22
Joined
Feb 19, 2013
Messages
16,607
I'll point you in the direction of relationship database design so you can structure your tables first. Once that is done form design can be considered

http://www.deeptraining.com/litwin/dbdesign/fundamentalsofrelationaldatabasedesign.aspx

http://en.wikipedia.org/wiki/Relational_database

http://www.ntu.edu.sg/home/ehchua/programming/sql/Relational_Database_Design.html

And what you end up with should look a bit like one of these

http://www.google.co.uk/search?q=re...ZHtHA7AaG9YG4Dg&ved=0CFoQsAQ&biw=1365&bih=780
 

Users who are viewing this thread

Top Bottom