Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by monika102001

  1. monika102001

    Using ORDER BY DECODE in Access

    Is anybody knows if Access has something like Oracle using in SQL 'Order By Decode..'. What I need to do is order records the way I want not ASC or DESC.I want first with the value 1 then 3 then 2. Thanks
  2. monika102001

    Get Subreport Total to Main Report

    O! i know what you were trying to do. I did try but I'm getting to tired I will try tomorrow. Thanks again!!
  3. monika102001

    Get Subreport Total to Main Report

    I lost you, I'm trying to do second part, where you want me to put Text13?
  4. monika102001

    Get Subreport Total to Main Report

    Thank you so much for trying to help me!!! Monika
  5. monika102001

    Get Subreport Total to Main Report

    I guess I will do queries and then do DLookUp for each Totals
  6. monika102001

    Get Subreport Total to Main Report

    It has to be like that in Main Report: Subreport1: Company name Comments Company name comments Subreport2: Company name Comments etc.... Subreport1 : Total Value Subreport2: Total Value etc....
  7. monika102001

    Get Subreport Total to Main Report

    Tom, Would this work if I put the text box in the vb code in main report; Total_Report.value = CRTS_BusinessC_OwnChSubreport.Report!Total_Sub Total_Report.Visible = True p.s I will try to do now
  8. monika102001

    Get Subreport Total to Main Report

    Also when I run main report I see the numbers correct, but I do not see that number in report footer in main report. it must be something how I refer that text box in main report in report footer
  9. monika102001

    Get Subreport Total to Main Report

    yes, In subreport, I have two records and I made the text box that calculates visible = true so I see it's counting and the text box from report footer shows number 2 as it should
  10. monika102001

    Get Subreport Total to Main Report

    What else I can tell you, the main report has 9 subreports, so for each subreport I have to get a total, so I'm trying for first one to get work, so I can do rest of them
  11. monika102001

    Get Subreport Total to Main Report

    =[Sub_Ownership]
  12. monika102001

    Get Subreport Total to Main Report

    Do I have to change any properties for these text boxes or anything like that?
  13. monika102001

    Get Subreport Total to Main Report

    I tried that even before you mentioned and I tried again now and still nothing
  14. monika102001

    Get Subreport Total to Main Report

    Tom, When I'm running the main report with text that has control source: =[CRTS_BusinessC_OwnChSubreport].[Report]![Total_Sub] then if I look at the text property Access change the text control source without brackets

Part and Inventory Search

Back
Top