User:Dec
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)