All,
Access 2007 SP2
Using a make table query based on a cross tab query to create/populate a table.
The cross tab is based on a couple of other select queries which use form references to get parameter information.
The cross tab itself with defined parameters works.
The added dynamic parameter was a recent change. Previously, the queries the cross tab was based on did not have any "dynamic" parameters. The make table query worked as expected.
i.e. (Before Parameters) Messages with warnings on
1. Warning you're going to run an action query.
2. The existing table will be deleted.
3. Copying xxx records to the table
now with the added parameter the messages are
1. Warning you're going to run an action query.
2. Table already exists
Well, of course the table exists, the delete step was skipped !!
Yes, deleting the table before hand works but, does not solve the problem.
Also All other make table queries work as expected regardless of Parameter usage.
Just wondering if anyone else has seen this or is it just me because scouring the web doesn't yield much info on this.
Access 2007 SP2
Using a make table query based on a cross tab query to create/populate a table.
The cross tab is based on a couple of other select queries which use form references to get parameter information.
The cross tab itself with defined parameters works.
The added dynamic parameter was a recent change. Previously, the queries the cross tab was based on did not have any "dynamic" parameters. The make table query worked as expected.
i.e. (Before Parameters) Messages with warnings on
1. Warning you're going to run an action query.
2. The existing table will be deleted.
3. Copying xxx records to the table
now with the added parameter the messages are
1. Warning you're going to run an action query.
2. Table already exists
Well, of course the table exists, the delete step was skipped !!
Yes, deleting the table before hand works but, does not solve the problem.
Also All other make table queries work as expected regardless of Parameter usage.
Just wondering if anyone else has seen this or is it just me because scouring the web doesn't yield much info on this.