Thanks for the reply. Heres exactly what I have. One table "On Time Shipping Subform" and a bunch of fields. I entered this into the Order By Property. After I save it, it disappears and nothing is sorted. Am I missing something. Seems like there should be brackets or something.
SELECT On Time Shipping Subform.ID, On Time Shipping Subform.Purchase Order, On Time Shipping Subform.Control Numbers, On Time Shipping Subform.Required Date, On Time Shipping Subform.Quantity Required, On Time Shipping Subform.Actual Date, On Time Shipping Subform.Quantity Actual Ship, On Time Shipping Subform.On Time, On Time Shipping Subform.Pedmic Caused Late, On Time Shipping Subform.Cust Caused Late, On Time Shipping Subform.Notes, On Time Shipping Subform.Product ID FROM On Time Shipping Subform ORDER BY On Time Shipping Subform.Purchase Order, On Time Shipping Subform.Required Ship Date;
Thanks.