SELECT tblCustomerLst.Cust_Corporation, tblCustomerLst.Cust_Division, tblCustomerLst.Cust_Location, tblProgramsLst.Program_Name, tblCommodityLst.Commodity_Type, tblRFPStageLst.RFP_Stage, tblProposalStatusLst.Proposal_Status, tblRFPManager.PID_Number, tblRFPManager.Bid_NoBid, tblRFPManager.Charge_Number, tblRFPManager.Proposal_Title, tblRFPManager.Proposal_Description, tblRFPManager.Prime_Customer, tblRFPManager.RFP_Number, tblRFPStatusLst.RFP_Status, tblSalesTypeLst.Sales_Type, tblCountryLst.Country_Name, tblSolicitationTypeLst.RFPSubmittal_Type, tblBusinessTypeLst.Business_Type, tblBidTypeLst.Bid_Type, tblRFPManager.BP_Budget, tblContractTypeLst.ContractType_Acronym, tblApprovalClassificationLst.Value_Classification, tblJobCatagoryLst.Job_Catagory, tblRFPManager.Win_ProbChart, tblRFPManager.RFP_ReceiptDate, tblRFPManager.RFP_ExtendedRspDate, tblRFPManager.RFP_RspSubmittalDate, tblRFPManager.Submittal_LetterNumber, tblRFPManager.Expiration_Date, tblRFPManager.Proposal_AwardValue, tblRFPManager.Award_Date, tblRFPManager.POP_Start, tblRFPManager.POP_End, tblRFPManager.Project_Number, tblRFPManager.Contract_Number, tblEmployeeLst.UserID INTO MktblRFPMgrGlobalFilter
FROM tblJobCatagoryLst RIGHT JOIN (tblApprovalClassificationLst RIGHT JOIN (tblContractTypeLst RIGHT JOIN (tblBidTypeLst RIGHT JOIN (tblBusinessTypeLst RIGHT JOIN (tblSolicitationTypeLst RIGHT JOIN (tblCountryLst RIGHT JOIN (tblSalesTypeLst RIGHT JOIN ((tblJobTypeLst RIGHT JOIN (((tblProposalStatusLst RIGHT JOIN (tblRFPStageLst RIGHT JOIN (tblRFPStatusLst RIGHT JOIN (tblCommodityLst RIGHT JOIN (tblProgramsLst RIGHT JOIN (tblCustomerLst RIGHT JOIN tblRFPManager ON tblCustomerLst.Customer_ID = tblRFPManager.Customer) ON tblProgramsLst.Program_ID = tblRFPManager.Program_NameX) ON tblCommodityLst.Commodity_ID = tblRFPManager.Commodity_TypeX) ON tblRFPStatusLst.RFPStatus_ID = tblRFPManager.RFP_StatusX) ON tblRFPStageLst.RFPStage_ID = tblRFPManager.RFP_StageX) ON tblProposalStatusLst.ProposalStatus_ID = tblRFPManager.Prop_StatusX) LEFT JOIN tblEmployeeLst AS tblEmployeeLst_1 ON tblRFPManager.PID_Owner = tblEmployeeLst_1.Employee_ID) LEFT JOIN tblEmployeeLst ON tblRFPManager.PID_Creator = tblEmployeeLst.Employee_ID) ON tblJobTypeLst.JobType_ID = tblRFPManager.Job_TypeX) LEFT JOIN tblCustContactsLst ON tblRFPManager.CustContact = tblCustContactsLst.CustContacts_ID) ON tblSalesTypeLst.SalesType_ID = tblRFPManager.Sales_TypeX) ON tblCountryLst.Country_ID = tblRFPManager.Country_EndUserX) ON tblSolicitationTypeLst.RFPSubmittalType_ID = tblRFPManager.Solicitation_TypeX) ON tblBusinessTypeLst.BusinessType_ID = tblRFPManager.Business_TypeX) ON tblBidTypeLst.BidType_ID = tblRFPManager.Bid_TypeX) ON tblContractTypeLst.ContractType_ID = tblRFPManager.Contract_TypeX) ON tblApprovalClassificationLst.ValueClass_ID = tblRFPManager.Approval_LvlClassificationX) ON tblJobCatagoryLst.JobCatagory_ID = tblRFPManager.Job_CatagoryX
ORDER BY tblRFPManager.RFPMgr_ID DESC;