Paul Chernoff
Registered User.
- Local time
- , 20:14
- Joined
- Aug 24, 2018
- Messages
- 25
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, though I have worked in databases my working life. The original programmer is on vacation, I will need his help in cleaning out all of the junk from the database (e.g. here are forms which get revised every year and they never deleted the older versions).
Each letter will be 2 or 3 pages depending on the amount of data for a single company. I don't think I can describe how the people have been printing out this report for 15 years except to say it is labor intensive because the 1st page for each company has to be printed on special stationary. I am trying to remove the need for stationery by having the appropriate graphics print on the first page of each letter.
My problem is how to get the Page Header to not print on page 1 of each letter. This header has two equations on them and these variables are set to 'null' if [Page] is <= 1. However, I need to place a graphic on page one that overlaps with the Page Header. It will be easier if the Page Header is not visible when [Page]=1. Since I am not familiar with Access I am not sure where to look. The entire first page of each letter is the group-number Header so I was hoping to set the page header to not visible when the group_number Header is on the On Print event, but it is not clear to me what to do. And then have the Print Header be set to visible when the Detail prints.
Each letter will be 2 or 3 pages depending on the amount of data for a single company. I don't think I can describe how the people have been printing out this report for 15 years except to say it is labor intensive because the 1st page for each company has to be printed on special stationary. I am trying to remove the need for stationery by having the appropriate graphics print on the first page of each letter.
My problem is how to get the Page Header to not print on page 1 of each letter. This header has two equations on them and these variables are set to 'null' if [Page] is <= 1. However, I need to place a graphic on page one that overlaps with the Page Header. It will be easier if the Page Header is not visible when [Page]=1. Since I am not familiar with Access I am not sure where to look. The entire first page of each letter is the group-number Header so I was hoping to set the page header to not visible when the group_number Header is on the On Print event, but it is not clear to me what to do. And then have the Print Header be set to visible when the Detail prints.