No offense to ItsMe

, but I do use the Relationships Window 100% of the time. It allows me to see the relationships easier.
I didn't like your naming convention (again no offense meant), so I thought I would show you how I would the name fields.
Any field with a "_PK" is a primary key field.
"_FK" is a foreign key field (Long Integer).
All PK fields are Autonumber. PK fields that are text are slower when indexing. And if you have a text PK field that is the company name and the company name changes while they have an active loan, how do you change the FK field to keep the records related??
My version:
Also, maybe these two sites will be of interest:
Microsoft Access Tables: Primary Key Tips and Techniques
http://www.fmsinc.com/free/newtips/primarykey.asp
Autonumbers--What they are NOT and What They Are
http://www.utteraccess.com/wiki/index.php/Autonumbers