DescriptionReplaces a table in the data sourceSyntaxFunction ReplaceTable( alias, new_name )Parametersstring alias - the alias of the old table to be replacedstring new_name - the new name of the tableReturn Valuesnone
Function ReplaceTable( alias, new_name )
alias
new_name
Example
DS.ReplaceTable "Accounts", AccountsNew"
See alsoSetCustomSelectSetDS SetFROM DS