Well, my query returns order data like this. . .
OrderID 1, 2, 3, 4
Tomorrow since there may be some new orders and some cancelled ones, it will be
OrderID 1, 2, 3, 5, 7, 8, 10
So wouldn't I need to first create [Ralph's Notes] table with all of my orderid's in it and a blank "Notes" field...