R
Rob Wills
Hi,
I'm confused as to why the following line of code didn't work in my Access
2007 version....
currentproject.Connection.Execute "INSERT INTO tblCashFlowsHistorical_OUT
SELECT * FROM vw_Principal"
Where vw_Principal is a View on a table.
Basically the code ran, with no errors, however the expected results were
not achieved.
Yet when I changed the above to "Currentdb.Execute" this did work.
Is this a bug in the ACE db engine?
Thanks
Rob
I'm confused as to why the following line of code didn't work in my Access
2007 version....
currentproject.Connection.Execute "INSERT INTO tblCashFlowsHistorical_OUT
SELECT * FROM vw_Principal"
Where vw_Principal is a View on a table.
Basically the code ran, with no errors, however the expected results were
not achieved.
Yet when I changed the above to "Currentdb.Execute" this did work.
Is this a bug in the ACE db engine?
Thanks
Rob