I am writing up the design for a new database and I was wanting you to check it out to make sure I have it right before I actually created it
tblNames
NameID
firstName
LastName
CompanyName
tblPhone
phoneID
HomePhone
CellPHone
CompanyPhone
nameID
tblAmount
amountID
startBalance
amountPayed
balance
nameID
tblDate
dateID
datePayed
amountID
Primary keys at the top, foreign keys at the bottom. does this look right to you?