S
Slez via AccessMonster.com
I have posted a few times regarding this topic and received terrific help! I
am making progress, but am stuck on something once again.
I am creating an append query to import a recordset from another database via
linked tables. I think I have the SELECT, FROM, and WHERE statements pretty
much set, but am unsure how to structure the INSERT INTO statement. I'm
inserting into 3 different tables and have tried brackets, parentheses, comma,
semicolon, "AND", but keep getting a Syntax Error. Here is what I'm trying
to INSERT INTO:
INSERT INTO tblProject ( JobNumber, ProjectName, SiteStreetAddress, SiteCity,
SiteState, SiteZip, GCName, GCContact, GCStreetAddress, GCCity, GCState,
GCZip )
INSERT INTO tblItem ( RoomNumber, ItemNumber, RoomName, ElevationReference,
ProductSummary )
INSERT INTO tblItemDetail ( Quantity, ProductDescription, Markup, QuoteCost )
Any help with how this should be written is greatly appreciated!
Slez
am making progress, but am stuck on something once again.
I am creating an append query to import a recordset from another database via
linked tables. I think I have the SELECT, FROM, and WHERE statements pretty
much set, but am unsure how to structure the INSERT INTO statement. I'm
inserting into 3 different tables and have tried brackets, parentheses, comma,
semicolon, "AND", but keep getting a Syntax Error. Here is what I'm trying
to INSERT INTO:
INSERT INTO tblProject ( JobNumber, ProjectName, SiteStreetAddress, SiteCity,
SiteState, SiteZip, GCName, GCContact, GCStreetAddress, GCCity, GCState,
GCZip )
INSERT INTO tblItem ( RoomNumber, ItemNumber, RoomName, ElevationReference,
ProductSummary )
INSERT INTO tblItemDetail ( Quantity, ProductDescription, Markup, QuoteCost )
Any help with how this should be written is greatly appreciated!
Slez