TableName property

TableName property

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

See also         Example         Applies to

Gets or sets the name of an AccelTable object.

Version added

4.0

Syntax

        
          strRet = object.TableName
      
        
          object
          .TableName = nameStr
      

strRet

String. The current name of the object.

object

Required. An expression that returns an AccelTable object.

nameStr

Required String. The new name for the object.

Remarks

This property is not currently used.