J
John Shanley
Hi,
I'm setting up a database for membership.
I want to be able to print ID Cards for members, using fields from the
members table, including a photo. I've used a Fial DialogFilePicker to
capture the address of the photo. I'm trying to use a label report to print
the ID Cards. This looks grand and has almost everything that I want. The
only problem is seeing the photo!!! I'm trying to use an image frame on the
report to show the appropriate photo using the following code:
Dim picpath As String
picpath = "[Photograph]"
[Photo].Picture = picpath
Unfortunately, it keeps giving me an error message when I try to view
theprint preview!! The error message is: "Runtime error 2220 Microsoft
Access can't open the file '[Photograph]'
Any ideas???
All help would be greatly appreciated!!!!
PS - I'm using Access 2002 (XP)!!
I'm setting up a database for membership.
I want to be able to print ID Cards for members, using fields from the
members table, including a photo. I've used a Fial DialogFilePicker to
capture the address of the photo. I'm trying to use a label report to print
the ID Cards. This looks grand and has almost everything that I want. The
only problem is seeing the photo!!! I'm trying to use an image frame on the
report to show the appropriate photo using the following code:
Dim picpath As String
picpath = "[Photograph]"
[Photo].Picture = picpath
Unfortunately, it keeps giving me an error message when I try to view
theprint preview!! The error message is: "Runtime error 2220 Microsoft
Access can't open the file '[Photograph]'
Any ideas???
All help would be greatly appreciated!!!!
PS - I'm using Access 2002 (XP)!!