AdditionalData.Add Method (Access)
Adds an add table or query that will be included when the ExportXML method is called.
Syntax
expression .Add(var)
expression A variable that represents an AdditionalData object.
Parameters
Name |
Required/Optional |
Data Type |
Description |
---|---|---|---|
var |
Required |
String |
The name of the table or query to add. |
Return Value
AdditionalData