Page History
Description
Creates a new domain with the given names, adds it to the data dictionary, and then returns the new object to the caller. PARAMETERS: Name (String), ColumnName (String).
Syntax
Code Block | ||
---|---|---|
| ||
Public Function Add( _ ByVal Name As Variant, _ ByVal ColumnName As Variant _ ) As Domain |
Parameters
- Name
- ColumnName
Info | ||
---|---|---|
| ||