Search results

  1. N

    Naming conventions

    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...
  2. N

    Accessing a table on a Subform

    Hi, I'm just starting out as a VB & Access programmer. I have plenty of programming experience just not in these languages so to speak. I have a form with a "Record Source" of "Trade". On this form there is also a Subform with a "Record Source" called "Exit" It is a one to many relationship...
Back
Top Bottom