Hello,
I have a SQL procedure that creates a temp table initially and then runs several updates to columns within the table.
At the end I query the table for the result set.
I have used a pass through before but never quite like this.
Here is where I am at this point...
I ran the same SQL script in the Access pass-through that I can successfully run in SQL and it did not error out, but my insert statement (VBA) did not insert any records. There was not any data in the table in Access.
How do I get Access to recognize the temp table so that I can insert the values into a table within Access to be viewable in a form or report?
Any and all help is greatly appreciated.
Thanks!
I have a SQL procedure that creates a temp table initially and then runs several updates to columns within the table.
At the end I query the table for the result set.
I have used a pass through before but never quite like this.
Here is where I am at this point...
I ran the same SQL script in the Access pass-through that I can successfully run in SQL and it did not error out, but my insert statement (VBA) did not insert any records. There was not any data in the table in Access.
How do I get Access to recognize the temp table so that I can insert the values into a table within Access to be viewable in a form or report?
Any and all help is greatly appreciated.
Thanks!