Adds an item to the collection.
| Visual Basic |
|---|
Public Function Add( _
ByVal TableName As String _
) As DBDataSource |
- TableName
- The table name for the data source
A table can only be associated with one data source on a form; otherwise, an exception is thrown.
Relevant for system forms only.
| Adding a DBDataSource (Visual Basic) | Copy Code | |
|---|---|---|
| ||