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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: yulius
  • Order by date
  1. yulius

    Grouping a report by month

    Add 1 more field on your record source on the report , called : Mth : month(startdate) and add Sort and group by on the report, Mth (Group header =yes) Hope it work Yulius
  2. yulius

    Subreport with no data doesn't show!, any ideas?

    May be u can add 1 group section in your report then try to put label on it. or put in the code on the report_header on format if isnull(text1) then label1.visible = true else Label.vivible = false endif label is the title on the main report(page header or report header). Hope can help...
  3. yulius

    Dynamic Report Title

    Dear my friend, may be u can try this : TxtRPT = textbox that u put in your report TxtFrm = textbox that u put in your form FRMTest = Name of Forms behind the report and then...... in the "control source" on the report (in the TxtRPT) write this : =Forms!FrmTest.TxtFrm I hope it...

Part and Inventory Search

Back
Top