Difference between revisions of "User:Dec"

From vb24
Jump to navigation Jump to search
(Initial)
(No difference)

Revision as of 19:26, 7 August 2016

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)