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 Shaun E 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 kiloslug

  1. kiloslug

    Automating Report Creation

    I have a similar problem as I need to send out daily reports to a list of people. Could I look at your code?
  2. kiloslug

    Supress Page header of last page in a form

    Sorry about posting in the wron forum. But the link to the other thread worked great. Just had to put in Me.PageHeaderSection.Visible = not (me.page = me.pages) into the Page header code. Thanks
  3. kiloslug

    Supress Page header of last page in a form

    I have a report that has page headers describing columns. Now I an adding a subreport at the end of the report with a page break to summarize things. The problem is it needs its own header and the page header comes up on the last page. Is there a way to turn the page header off for the last page?
  4. kiloslug

    add another query to a report

    I had a report created that was linked to a query. Now I have to add additional information to the same report that comes from another query. I tried adding text boxes with the information from the other query like: =[qryDailyWCProductivityProductCategory]![SumOfruntime] but this just gave me...
  5. kiloslug

    merging queries

    I have a number of queries that have the same headings on them. I would like to merge these queries together so that all the data is in the same columns. Can this be done? ex. Query 1 Name Number alan 23 fred 56 Query 2 Name Number alan 46 fred 36 merge to Query 3 Name...

Part and Inventory Search

Back
Top