Database Prefix Naming Conventions
by Justin Watt
comments gratefully accepted: jwatt [at] email [dot] unc [dot] edu
Last Modified: 10/15/04
database object prefixes
| object | prefix |
| table | (none) |
| form | f_ |
| query | q_ |
| report | r_ |
| module | m_ |
| subform | sf_ |
| subreport | sr_ |
user-interface control prefixes
| control | prefix |
| text box | txt_ |
| toggle button | tgl_ |
| option button | opt_ |
| check box | chk_ |
| combo box | cbo_ |
| list box | lst_ |
| command button | cmd_ |
vba datatype prefixes
| data type | prefix |
| string | str_ |
| integer | int_ |
| variant | var_ |
| boolean | bln_ |
| date | date_ |
| recordset | rst_ |