Search results

  1. P

    Programmatically removing page headers

    Ah, figured that out. Thanks. I when to Design in the Ribbon, then View Code and then pasted in the code you gave me. That did the trick. Now I have to insert graphics and do some test reports. Thank you very much.
  2. P

    Programmatically removing page headers

    Now we are getting too the basics that I don't understand. The code you have here makes sense to me, even though I don't know VB. What I don't understand is where do I put this code. I assume that I write this code one place and then put it in a property of the Report. But where do I put the...
  3. P

    Programmatically removing page headers

    I think I need to ask a more basic question. When I look at a text box in the Page Header I see =IIf([Page]<=1,Null,[group_number]) as the contents. Is [Page] a standard variable or is it something created by the programmer? Would [Page] automatically get set to 1 under circumstances or would...
  4. P

    New to Access

    I'm new to Access but not to databases. We just acquired the assets of a company and all of the data is in a single Access database. It was used to run the entire company, which was just two people who have been publishing a directory for 25+ years. We have the Access 2003 database. I have...
  5. P

    Programmatically removing page headers

    I have just been given an Access database developed by someone else and need to immediately generate 25,000 letters. OK, I have a few days as other people finish editing the text. The database was developed in Access 2003 and I have opened it in Access 365. I have never worked in Access before...
Back
Top Bottom