"The code is exactly
how I would like to write code and the algorithms used are very
efficient and well-documented."
Van T. Dinh, Microsoft MVP
|
|
|
Category:
|
Database : Access/Jet
|
|
Description:
|
Microsoft Access Jet databases and their objects (MDB and ACCDB database formats)
|
Module: modMultiValueFields
Working with MultiValue fields in Access ACCDB databases
|
Procedure Name
|
Type
|
Description
|
|
(Declarations)
|
Declarations
|
Declarations and private variables for the modMultiValueFields module
|
|
AddValuesToMultiValueField
|
Procedure
|
Add multiple values to a MultiValue field. The record must already be in add or edit mode.
|
|
AddValuesToMultiValueRecords
|
Procedure
|
Add multiple values to a MultiValue field for every record that matches the filter
|
|
AddValueToMultiValueField
|
Procedure
|
Add one value to a MultiValue field. The record must already be in add or edit mode.
|
|
AddValueToMultiValueRecords
|
Procedure
|
Add one value to a MultiValue field for every record that matches the filter
|
|
DeleteMultiValue
|
Procedure
|
Delete values from a MultiValue field
|
|
GetMultiValueFieldData
|
Procedure
|
Fill an array with a multivalue field's list of values
|
|
GetMultiValueTableData
|
Procedure
|
Get all the values from the specified multivalue field from a filtered table
|
|
IsFieldMultiValue
|
Procedure
|
Checks if the specified field in a table in the specified database is a multivalue field
|
Overview of Total Visual SourceBook
The source code in Total Visual
SourceBook includes modules and classes for Microsoft Access, Visual
Basic 6 (VB6), and Visual Basic for Applications (VBA) developers. Easily
add this professionally written, tested, and documented royalty-free code
into your applications to simplify your application development efforts.
Additional Resources
|
|