Field Naming Conventions
| Prefix | Name | Description |
| PK | Primary Key | |
| Ks | Secondary Key | Key field used to relate to another key field (either from the same table or from another). |
| Kc | Constant | |
| Kf | Foreign Key | |
| KSel | User Selected | |
| z | Developer | |
| g | Global | |
| d | Data | |
| c | Calculation | |
| ae | Auto-Enter | |
| D | Display | |
| f | Flag |