Software: SRCProblem: “Nothing to print” error display for Adhoq Query->Last 2 Menus
Solution:
01. Find BranchID from Branch Table about this Branch
02. Run the following script on Query Analyzer
03. Replace XXX with Respective Branch ID not Branch Code
truncate table AttachBranch;
update TTItem set ParentBranchID=’XXX’;
update TTItem set ParentBranchID=’XXX’;




