Jeff,
I apologize for taking so long to get this to you. The SQL statement of the old query is below. Let me know what you think.
SELECT tblYdstckTechInfoRelevance.ClassID AS ID, tblClasses.ClassTitle AS Title, tblYardstick.LocationID, tblLocation.LocationName AS Location, tblYdstckTechInfoRelevance.TieIn AS TieIn, tblYdstckTechInfoRelevance.ProgramNo AS Prog, tblYdstckTechInfoRelevance.TechInfoID AS [Q#], tblYdstckCriteriaTechInfo.TechInfoRelatedProgram AS Q, tblYdstckTechInfoRelevance.YNL AS [Value], tblYardstickYesNo.YNL AS YNL
FROM tblYdstckCriteriaTechInfo INNER JOIN ((tblYardstickYesNo INNER JOIN (tblYdstckTechInfoRelevance INNER JOIN tblClasses ON tblYdstckTechInfoRelevance.ClassID = tblClasses.ClassID) ON tblYardstickYesNo.ID = tblYdstckTechInfoRelevance.YNL) INNER JOIN (tblLocation RIGHT JOIN tblYardstick ON tblLocation.LocationID = tblYardstick.LocationID.Value) ON (tblYdstckTechInfoRelevance.ProgramRelTechInfoID = tblYardstick.ProgramRelevTechInfoID.Value) AND (tblClasses.ClassID = tblYardstick.ClassID)) ON tblYdstckCriteriaTechInfo.TechInfoRelatedProgramID = tblYdstckTechInfoRelevance.TechInfoID
ORDER BY tblYdstckTechInfoRelevance.TechInfoID;
Thank you,
Tara
Jeff Boyce wrote:
Please post the SQL statement of the (old) query.
21-Oct-09
Please post the SQL statement of the (old) query
I suspect "changed some data in the source tables" actually means "change
some fields..." (and not the data contained therein)
Changing field contents should not affect the query
Changing field definitions (e.g., adding new fields) could ..
Show us the SQL..
Regard
Jeff Boyc
Microsoft Access MV
-
Disclaimer: This author may have received products and services mentione
in this post. Mention and/or description of a product or service herei
does not constitute endorsement thereof
Any code or psuedocode included in this post is offered "as is", with n
guarantee as to suitability
You can thank the FTC of the USA for making this disclaime
possible/necessary.
Previous Posts In This Thread:
EggHeadCafe - Software Developer Portal of Choice
Wise for Visual Studio .NET
http://www.eggheadcafe.com/tutorial...39-75a1f1aae2e2/wise-for-visual-studio-n.aspx