CharlesWhiteman
Registered User.
- Local time
- Today, 03:59
- Joined
- Feb 26, 2007
- Messages
- 421
I am tring to run some code in Vb and ask my Db to Insert all rows from my TblQuoteItems and INSERT them into another table, TblOrderedItems WHERE the QuoteID in TblQuoteItems matches the QuoteReference in my FrmDoOrder
Can anybody help? This is the code ehich doesnt work yet...
INSERT INTO "TblOrderedItems"
From TblQuoteItems
WHERE (((TblQuoteItems.QuoteReference)=Me.txtQuoteReference));
Can anybody help? This is the code ehich doesnt work yet...
INSERT INTO "TblOrderedItems"
From TblQuoteItems
WHERE (((TblQuoteItems.QuoteReference)=Me.txtQuoteReference));