I want to have a "letter head" image displayed on a report. Easy enough. Ahh, but, I would like to have the "letter head" image displayed on the report pulled in to the report through the path where the image is located stored in a field in a table.
The table Tbl_Medical_Practice_Demographics has an entry called Rpt_Header_Path. That table entry contains the path to where the "letter head" image is actually stored.
The idea is that it is easy to change the doctors names on the "letter head" and then save it as an image. Its a pain to individualy change that information on every report when ever a doctor comes in to the medical practice and/or leaves the practice. Having the "letter head" image displayed on each report and that image found through a path entry to it from an entry in a table entry would resolve this problem.
The "letter head" image is in the form of a gif, tiff, or jpeg file format and stored where the Access app's database is stored. The Access app and data base are split. The Access app is stored at <logical drive letter>:\ECMR and its database at <logical drive letter>:\ECMR\ECMR_DB. The logical drive letter can change depending on where its stored on a PC or file-server.
My problem is that I am having a problem figuring out how to set this up. Any body done this before and know how to do it?
The table Tbl_Medical_Practice_Demographics has an entry called Rpt_Header_Path. That table entry contains the path to where the "letter head" image is actually stored.
The idea is that it is easy to change the doctors names on the "letter head" and then save it as an image. Its a pain to individualy change that information on every report when ever a doctor comes in to the medical practice and/or leaves the practice. Having the "letter head" image displayed on each report and that image found through a path entry to it from an entry in a table entry would resolve this problem.
The "letter head" image is in the form of a gif, tiff, or jpeg file format and stored where the Access app's database is stored. The Access app and data base are split. The Access app is stored at <logical drive letter>:\ECMR and its database at <logical drive letter>:\ECMR\ECMR_DB. The logical drive letter can change depending on where its stored on a PC or file-server.
My problem is that I am having a problem figuring out how to set this up. Any body done this before and know how to do it?