Hi guys, thanks for your help.
I decided that i was unable to solve this using SQL or QBE so decided at giving VBA a try, with perfect results, see code below:
DoCmd.DoMenuItem acFormBar, acRecordsMenu, acSaveRecord, , acMenuVer70
Order_no.SetFocus
Set rsOrderQuantity =...