Images in buttons in continuous forms

  • Thread starter Thread starter Costa Zu
  • Start date Start date
C

Costa Zu

Hello again,

I have a subform which lists models of cars. To bring up the detailed
record I want to click on a button on a continuous form. I want an
image of the car to appear in the button. Is this possible?

Field CarPic is in a table called CarRecord.

Thanks for any help that you can offer.

Regards

Costa
 
Hi Costa,

One way to achieve this would be to use an image control as a defacto button
and set an on click event for your image. that way the image control could
simply be given the correct image to display and voila!!

Set the format of your image control to "Raised" and it will almost look
like a command button!! This will help you avoid "image format and size"
issues.

Damian.
 
Hi Damian

What I am trying to create is a subform that works like a List Box
with graphics. It will appear as a vertical menu on the right side of
the screen with pictures of cars. I can't hard code it because the
list will be dynamic so I am trying to use a continuous form.

I am using your idea of an Image but the problem I have now is that
all the images on the continuous form have the same picture in them.
I don't know how to get it to relate to the correct picture.

Any ideas?

Regards

Costa
 
Back
Top