Microsoft
Software
Hardware
Network
Question : INSERT INTO TableA INNER JOIN TableB - possible or not?
As the title says, is this possible?
INSERT INTO TAbleA INNER JOIN TableB ON.TableA.TableAId=TableB.
TableAId (Tablea.Field1, TableA.Field2, TableB.Field1) VALUES SELECT Field1, Fied2, Field3 FROM TableC
I am interested in answers for both MS Access and MS SQL.
Answer : INSERT INTO TableA INNER JOIN TableB - possible or not?
You will have to use two different INSERT INTO statements. You cannot insert to the multiple tables at once in that manner.
Random Solutions
Using ADO in VBA for Query with multiple parameters
Corrupt Excel file - unable to recover from all machines
Issue Opening Excel File in MS Excel 2007 w/Embedded Links
How to show number of messages besides a folder
"You don't have the license required to use this Active X Control"
MS Virtual Machine and disk2vhd
How do I change the collating sequence properties at both the database and sql engine level for both SQL 2000 and 2005?
how to export datatable to Excel using Save dialog in VB.NET
Outlook 2007 Corrupt ost file
Refer to page in tab control by name