JoeyCrash2
New member
- Local time
- Today, 01:05
- Joined
- Apr 24, 2012
- Messages
- 4
Hi,
I'm starting in this forum because I don't know where else to turn at this point. I've been searching for a couple of weeks on this and can't find anything anywhere, so if this has been addressed before, I apologize.
I'm altering an existing database for a client and am attempting to create a report that, on a per-record basis, pulls in a consistant range of cells from a spreadsheet (each record will have its own spreadsheet) as part of the Access report. The spreadsheets do not contain numerical or textual data, but are only used to create a diagram for each record (using outlines of cells), so all I need to do is show the sheet, as-is, in the report along side other data.
The report already contains a field from the query that generates the file path necessary for each record's spreadsheet (based on a record number). Try as I might, I can't get the report to show the spreadsheet unless I create a link using an unbound-object frame. However, doing so limits me to a single file link. I need the link to dynamically update, dependent upon the field containing the file path. Hopefully there's some way to do this with VBA, but I'm a newbie, so I only know a little bit about the VBA language.
Any help is greatly appreciated.
Thanks,
JV
I'm starting in this forum because I don't know where else to turn at this point. I've been searching for a couple of weeks on this and can't find anything anywhere, so if this has been addressed before, I apologize.
I'm altering an existing database for a client and am attempting to create a report that, on a per-record basis, pulls in a consistant range of cells from a spreadsheet (each record will have its own spreadsheet) as part of the Access report. The spreadsheets do not contain numerical or textual data, but are only used to create a diagram for each record (using outlines of cells), so all I need to do is show the sheet, as-is, in the report along side other data.
The report already contains a field from the query that generates the file path necessary for each record's spreadsheet (based on a record number). Try as I might, I can't get the report to show the spreadsheet unless I create a link using an unbound-object frame. However, doing so limits me to a single file link. I need the link to dynamically update, dependent upon the field containing the file path. Hopefully there's some way to do this with VBA, but I'm a newbie, so I only know a little bit about the VBA language.
Any help is greatly appreciated.
Thanks,
JV