If the Combo Box is based on the Orders table, do you have multiple fields showing when the drop-down opens. If so, on the After Update property of the ComboBox, use this type of VBA code...
[OwnerName].Value = [Owner].Column(0)
where OwnerName is one of the fields you want filled-in, Owner...