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
How to add a typed TableAdapter object to a form
Problem executing SSIS packages via an ASP.NET web service using delegated domain accounts.
DOS script to compare date and send notification
dblclick event in a textbox -- seltext not available
Why does Excel 2003 crash intermittently when this line is run?
How do I check if my Video Card driver is up to date in Gateway 6800-01e
Where does XPS driver print or save the file to and what extention
Acrobat will not open in a new window from IE
Activate (Requery) a Combo Box w/ VBA
VSTO 2008 Deployment Project