G
Guest
I want to run following code
DoCmd.OpenTable "New", acViewPivotTable
But I want the name of the table to be taken from string variable "Name".
How is it done. Must be simple thing, but I can't find answer. Could somebody
help? Thanks!
DoCmd.OpenTable "New", acViewPivotTable
But I want the name of the table to be taken from string variable "Name".
How is it done. Must be simple thing, but I can't find answer. Could somebody
help? Thanks!