You could use an ActiveX script task to create the table in
the access database using either ADO or DAO. Build the
statement to create the table using the global variable.
-Sue
On Fri, 02 Apr 2004 12:03:18 +0200, Joachim Hofmann
<speicher (AT) freenet (DOT) de> wrote:
Quote:
Hello,
I want to create a package which does the following:
1) Use a query with variable value in the WHERE clause (from a global variable content).
I already know how to do this.
2) Output the resultset into a new MS-Access - Table which has the same name as the global varable
content.
How can I achieve this? By an Active-X - Task; or by something more simple?
Thank You
Joachim |