You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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

Public Function Add( _
   ByVal Name As Variant, _
   ByVal ColumnName As Variant _
) As Domain

Parameters

  • Name
  • ColumnName



  • No labels