Connecting Tech Pros Worldwide Help | Site Map

Create name tags with pictures?

Karl
Guest
 
Posts: n/a
#1: Nov 13 '06
Can you create name tags with pictures using A2000?

I have a table with an Employee name field and a field with a link to their
gif picture.

I was able to get a form to work using the Image Control and setting its
Picture property to the gif link field in the on current event.

In the Report (for the name tags) I added the Image control but I can't find
a place to set the Picture property.


--
Karl Irvin
www.q2q.us


fredg
Guest
 
Posts: n/a
#2: Nov 13 '06

re: Create name tags with pictures?


On Mon, 13 Nov 2006 21:30:02 GMT, Karl wrote:
Quote:
Can you create name tags with pictures using A2000?
>
I have a table with an Employee name field and a field with a link to their
gif picture.
>
I was able to get a form to work using the Image Control and setting its
Picture property to the gif link field in the on current event.
>
In the Report (for the name tags) I added the Image control but I can't find
a place to set the Picture property.
The table fields contains both the parth and the name of the picture
file, i.e. "C:\PictureFolder\JohnSmith.gif" ?
In the report, leave the Image control Picture property blank

Code the Detail section Format event something like this:
Me!ImageName.Picture = Me![NameOfField]

Change ImageName] to whatever the actual name of the Image control is.
Change [NameOfField] to whatever the actual name of the field is.
Make sure it is included in the report's record source.
--
Fred
Please respond only to this newsgroup.
I do not reply to personal e-mail
Closed Thread


Similar Microsoft Access / VBA bytes