Ok well I'll try to keep my questions here then.
The database will be to keep track of USERS and LOANS. I am planning on the following tables:
tblUSERS(UserName, JoinDate, Posts, Notes)
This table will simply store records of users and basic info about each.
tblLOANS(LoanID, Debtor, Lender...