Graphics on forms

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a form set with the default view set to Continuous Forms.
I have a field with a combo box on it that has 3 columns 1/ is the
description 2/ is the location of a little graphic and 3/ another location of
a graphic.
I have an image frame on each form that gets the image location from the
combo box .
My problem is that when I change the value in the combo box the location of
the graphic changes as it should but all the graphics change on every
continuious form even though all the records on each form have diffrent
graphic locations with diffrent graphics.

What Im am trying to achieve is a Down hole loging situation
the description is for example - Soil type clay from 1 m - 3-m and a graphic
of ISO standard CLay image next to it so when all the records are placed
together one on top of another ( continuious forms) I get a description and a
graphic that looks like a section through a bore with diffrent soil types
from top to bottom.
 
An Access form is really 1 row of data. The rest of the data is really an
image of the data. When you use code to change the data, you change it for
every row. There are certain ways around some of this (continuous
formatting, for example) but unfortunately, images and the code for same, do
not fall into this category. If you wander around Stephen Lebans' website,
he may have a solution.

http://www.lebans.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top