Hi,
I'm just starting on VB and Access.
What do people generally use in naming conventions ie
1. do they put tb in front of a table? tbFred
2. rpt in front of a report? rptMonthlyProfit
3. Primary key on a Table called Fred. Do they use ID or Fred_ID as the primary key column name?
4. Forms...