Hi All
have exhasusted AI and google help so thought would actually ask some proper smart people ( me not included )
so i have the following SQL
INSERT INTO tblForCSV_main ( OrderNo, ProductCode, Qty )
SELECT Mid([RawData], InStr([RawData], "Booking Ref:") + 12, 12) AS BookingRef...