darren_access
Registered User.
- Local time
- Today, 07:37
- Joined
- Jan 8, 2018
- Messages
- 57
Hello comrades,
I'm very new to ACCESS and have done a search on the web and on here for a quick resolution to this issue, to no avail.
I have created an app to allow a user to input records into 2 tables: a project table (master) and lineitems table (details).
The project table contains info such as project name, engineer, contractor etc.
The Lineitems table contains equipment being submitted as part of the bid. Each item has dimensions etc plus an attachment field to contain the spec drawings. some items have multiple spec dwgs though. not a problem when it comes to entry.
the report prints a page with some detail info on top of the spec drawing image so that an engineer can refer that dwg back to his project and piece of equipment.
problem is, many items contain multiple shop drawings per record. i've noticed that it prints only the first image, not the others, or repeats the first image multiple times instead of the other attachments.
What I want to happen is for each item record, print all the attachments one after the other before moving onto the next record.. the attachments are named as "product_name_page1.jpg","product_name_page2.jpg" etc.
Is there a reason, fix, or workaround for this?
Thanks in advance!
I'm very new to ACCESS and have done a search on the web and on here for a quick resolution to this issue, to no avail.
I have created an app to allow a user to input records into 2 tables: a project table (master) and lineitems table (details).
The project table contains info such as project name, engineer, contractor etc.
The Lineitems table contains equipment being submitted as part of the bid. Each item has dimensions etc plus an attachment field to contain the spec drawings. some items have multiple spec dwgs though. not a problem when it comes to entry.
the report prints a page with some detail info on top of the spec drawing image so that an engineer can refer that dwg back to his project and piece of equipment.
problem is, many items contain multiple shop drawings per record. i've noticed that it prints only the first image, not the others, or repeats the first image multiple times instead of the other attachments.
What I want to happen is for each item record, print all the attachments one after the other before moving onto the next record.. the attachments are named as "product_name_page1.jpg","product_name_page2.jpg" etc.
Is there a reason, fix, or workaround for this?
Thanks in advance!