MarcieFess
Registered User.
- Local time
- Today, 02:21
- Joined
- Oct 25, 2012
- Messages
- 107
The project I am working on includes a field that is actually hyperlinks to PDF files in a folder on the server.
The hyperlinks all begin with
\\WESERVER\Data2\Projects\Projects\Access DB Project\MSDS\docname.pdf
I've created the query that will provide the appropriate list of hyperlinks, and it's already alphabetized
This report is to serve as a table of contents of sorts. The client will be printing all of the PDFs for the particular store they are working on. They want this report to be able to print a list of the PDFs. One page per letter of the alphabet, with the letter of the alphabet at the top.
Basically I have query results that look like this:
\\WESERVER\Data2\Projects\Projects\Access DB Project\MSDS\ACETONE.pdf
\\WESERVER\Data2\Projects\Projects\Access DB Project\MSDS\ACNE EXFOLIATING PADS.pdf
\\WESERVER\Data2\Projects\Projects\Access DB Project\MSDS\Almond Oil.pdf
\\WESERVER\Data2\Projects\Projects\Access DB Project\MSDS\Bain De Terre Infinite Hold Spray.pdf
\\WESERVER\Data2\Projects\Projects\Access DB Project\MSDS\Batiste Dry Shampoo.pdf
\\WESERVER\Data2\Projects\Projects\Access DB Project\MSDS\Canola Oil.pdf
\\WESERVER\Data2\Projects\Projects\Access DB Project\MSDS\Coconut Oil.pdf
\\WESERVER\Data2\Projects\Projects\Access DB Project\MSDS\Coppertone Sunscreen Sprays.pdf
I want my final report to look like this:
Store # Store Name
MATERIAL SAFETY DATA SHEETS
TABLE OF CONTENTS
A
ACETONE.pdf
ACNE EXFOLIATING PADS.pdf
Almond Oil.pdf
next page
Store # Store Name
MATERIAL SAFETY DATA SHEETS
TABLE OF CONTENTS
B
Bain De Terre Infinite Hold Spray.pdf
Batiste Dry Shampoo.pdf
Next page
Store # Store Name
MATERIAL SAFETY DATA SHEETS
TABLE OF CONTENTS
C
Canola Oil.pdf
Coconut Oil.pdf
Coppertone Sunscreen Sprays.pdf
I'm assuming all of the header information needs to go into the Page Header section, not the Report Header section.
How do I:
1. Indicate the Letter of the Alphabet in the header
2. Truncate the path to the document, leaving only the document name?
I supposed it would be possible to list the actual product name instead of the PDF name, but the PDFs will be in the notebook by the actual name of the document.
Can someone please point me in the right direction?
Many thanks, as always, to the many helpful people on this forum!
Marcie
The hyperlinks all begin with
\\WESERVER\Data2\Projects\Projects\Access DB Project\MSDS\docname.pdf
I've created the query that will provide the appropriate list of hyperlinks, and it's already alphabetized
This report is to serve as a table of contents of sorts. The client will be printing all of the PDFs for the particular store they are working on. They want this report to be able to print a list of the PDFs. One page per letter of the alphabet, with the letter of the alphabet at the top.
Basically I have query results that look like this:
\\WESERVER\Data2\Projects\Projects\Access DB Project\MSDS\ACETONE.pdf
\\WESERVER\Data2\Projects\Projects\Access DB Project\MSDS\ACNE EXFOLIATING PADS.pdf
\\WESERVER\Data2\Projects\Projects\Access DB Project\MSDS\Almond Oil.pdf
\\WESERVER\Data2\Projects\Projects\Access DB Project\MSDS\Bain De Terre Infinite Hold Spray.pdf
\\WESERVER\Data2\Projects\Projects\Access DB Project\MSDS\Batiste Dry Shampoo.pdf
\\WESERVER\Data2\Projects\Projects\Access DB Project\MSDS\Canola Oil.pdf
\\WESERVER\Data2\Projects\Projects\Access DB Project\MSDS\Coconut Oil.pdf
\\WESERVER\Data2\Projects\Projects\Access DB Project\MSDS\Coppertone Sunscreen Sprays.pdf
I want my final report to look like this:
Store # Store Name
MATERIAL SAFETY DATA SHEETS
TABLE OF CONTENTS
A
ACETONE.pdf
ACNE EXFOLIATING PADS.pdf
Almond Oil.pdf
next page
Store # Store Name
MATERIAL SAFETY DATA SHEETS
TABLE OF CONTENTS
B
Bain De Terre Infinite Hold Spray.pdf
Batiste Dry Shampoo.pdf
Next page
Store # Store Name
MATERIAL SAFETY DATA SHEETS
TABLE OF CONTENTS
C
Canola Oil.pdf
Coconut Oil.pdf
Coppertone Sunscreen Sprays.pdf
I'm assuming all of the header information needs to go into the Page Header section, not the Report Header section.
How do I:
1. Indicate the Letter of the Alphabet in the header
2. Truncate the path to the document, leaving only the document name?
I supposed it would be possible to list the actual product name instead of the PDF name, but the PDFs will be in the notebook by the actual name of the document.
Can someone please point me in the right direction?
Many thanks, as always, to the many helpful people on this forum!
Marcie