User:Dec

From vb24
Revision as of 19:26, 7 August 2016 by Dec (talk | contribs) (Initial)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Access VBA Coding

  • Each table is represented by a class module.
  • Each field is represented by a property.
  • The values are stored in a user defined type (value object).
  • There are three variables for the value object:
    • default (represents an empty object with default values)
    • loaded (represents the data from the database)
    • current (represents the current data)