473,401 Members | 2,146 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,401 software developers and data experts.

Print Hyperlink Contents

I have a table with a hyperlink field pointing to an Excel file that I
would like to automatically print out on a report form.

For example, I have a table:

Part--------Drawing(hyperlink field)
---------------------------------------------------------------------------------------
Part1------\\sharedrive\drawings\part1excelfile.xls(hyperlink )
Part2------\\sharedrive\drawings\part2excelfile.xls(hyperlink )
Part3------\\sharedrive\drawings\part3excelfile.xls(hyperlink )

I want to be able to automatically print the associated drawing for the
parts returned in a query. If the query returns Part1 and Part3, I
want part1excelfile.xls and part3excelfile.xls to print out--whether it
be on a report or form.

I have been able to print a report based on a plain text field that
contained the path to a jpg image and the following code used a source
for an image frame:

Private Sub Detail_Format(Cancel As Integer, FormatCount As Integer)
Me![ImageFrame].picture = me![ImagePath]
End Sub

ImagePath being the field that lists the location of the file
(\\sharedrive\picture.jpg)

However, now, I need to do this with an Excel file.

Can this be done? I don't want to store the excel file as an OLE
object and have a huge database file.

Any help would be appreciated.

Thanks,

-Chad

Mar 31 '06 #1
0 2031

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Andreas Meffert | last post by:
Hello, How can I change the Type of a field in a table from Memo to hyperlink? I import a table from Oracle to Access 2003. After that, the field type of some hyperlink-fields is "Memo". How...
3
by: hermawih | last post by:
Please help . I want to load the contents of another rtf document by double-clicking the words . Chapter1.rtf Chapter2.rtf Chapter3.rtf ....
1
by: Jeremy | last post by:
In a datagrid which contains a hyperlink column, can I programatically change a specific row's hyperlink ? The hyperlink build in by the designer applies to all rows - I'd like to change each...
2
by: Big E | last post by:
I'm using ASP.Net and SQL Server. I have a table called states. I have 2 forms. On form 1 is the 50 states in textboxes created with a loop. I want to have those 50 or 45 or whatever amount of...
5
by: JerryK | last post by:
Hi, I am trying to put a hyperlink to a .cer (certificate) file on a form. Normally (on a ,htm page) when the user clicks on the hyperlink, the file is not recognized and the user is given the...
2
by: Keith Wilby | last post by:
A2003, XP Pro. I have a text box on a form. The text box is bound to a hyperlink field. I want to use the contents of the text box in code so I'm assigning the contents to a string variable. ...
1
by: Simon | last post by:
Dear reader, How to print an e-mail address if the address is stored in a datatype Hyperlink field. If I use the Hyperlink field in a report than by print the field shows more as only the...
1
by: Paul W Smith | last post by:
The text below is a GridView I am trying to use to display some data from a database. I am using one templatefield of grid because I want the contents of the record fields to appear on three...
5
by: John Kotuby | last post by:
Hi all, I have an asp:HyperLink control on a page which also contains a hidden form field. I want the target page specified in the NavigateURL to be able read the contents of the hidden form field...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.