Hi Greg,
Thanks for offering the suggestion. I tried that and it didn't work. But, I did just come up with a solution to my own problem.
I found I can use a subquery to accomplish what I need
INSERT INTO orderItems
(itemID, quantity, size, logoID, color, orderNum)
SELECT itemID, quantity...