SELECT JobNumber, CustomerName, [PO], [Customer Motor #], assm_status FROM tblJob WHERE assm_status<>"Done" ORDER BY CustomerName;
Private Sub CustomerSearch_AfterUpdate() On Error GoTo Err_customersearch_Click Dim stDocName As