Apr 12 2009
Field Names
When creating Field Names you should try to use shortened or code names whereever possible.
Doing this reduces the size of your database.
For example, in the table below, we have shortened the field names to FName and SName.
These field names stand for “First Name” and “Last Name”.
| FName | LName |
|---|---|
| John | Smith |
| Jane | Smith |