Andreas
Here is the SQL statement
SELECT [Did not ship due to other reason].Ran, [Did not ship due to other reason].Customer, [Did not ship due to other reason].Reason, [Did not ship due to other reason].Turn_Around, [Did not ship due to other reason].Rep, [Did not ship due to other reason].ship_date, [Did not ship due to other reason].move_to, [Did not ship due to other reason].id, Did_not_ship_due_to_parts.Ran, Did_not_ship_due_to_parts.Customer, Did_not_ship_due_to_parts.Reason, Did_not_ship_due_to_parts.Turn_Around, Did_not_ship_due_to_parts.Rep, Did_not_ship_due_to_parts.ship_date, Did_not_ship_due_to_parts.id, [Did not ship due to other reason].move_to, Orders_in_shipping.Ran, Orders_in_shipping.Customer, Orders_in_shipping.Reason, Orders_in_shipping.Turn_Around, Orders_in_shipping.Rep, Orders_in_shipping.ship_date, Orders_in_shipping.id, Orders_in_shipping.move_to
FROM [Did not ship due to other reason], Did_not_ship_due_to_parts, Orders_in_shipping
WHERE ((([Did not ship due to other reason].Ran)=[forms]![SearchForm]![ran]) AND ((Did_not_ship_due_to_parts.Ran)=[forms]![SearchForm]![ran]) AND ((Orders_in_shipping.Ran)=[forms]![SearchForm]![ran]));
Thank you and let me know if you need any more information.
Thanks,
Will