J
jackle
I have the need to "link" a TIFF grafic to a form which shows info on a
specific part in a form. This form will have fields that are based on data
from SQL tables and then, hopefully, show a TIFF of the part. This TIFF would
only be called for if someone inputs (manually) the part number and hits
enter. We have standard parts which have an established parts number but not
for specially MFGed parts. All drawings are in the same network directory and
are TIFFs (you know, because of Autocad). Now the questions:
1. Is there a way on a form to show the TIFF in a window based on the part
number that I type in a text or combo box?
2. How can you scale the TIFF to fit in form's object frame, without
distorting (stretching one way but not another)? I'd perfer it to fill the
frame. What about viewr controls? Zoom?
3. Is there a way to base the combo box's "list" on the file names?. This
would ensure that you can easily pick the specials, which you won't know the
parts #'s for.For specials you would input the 6 digit job number whcih is
the prefix for the sprcial part #. I'd imagine I would need to create a
table that populates from the TIFF names in the directory that all TIFFs are
in. This probably should be updated when staring Access or the use of an
"update" button?
I don't have a clue how to code such a thing. Can some one help or point me
in a direction? Thanks ahead of time.
specific part in a form. This form will have fields that are based on data
from SQL tables and then, hopefully, show a TIFF of the part. This TIFF would
only be called for if someone inputs (manually) the part number and hits
enter. We have standard parts which have an established parts number but not
for specially MFGed parts. All drawings are in the same network directory and
are TIFFs (you know, because of Autocad). Now the questions:
1. Is there a way on a form to show the TIFF in a window based on the part
number that I type in a text or combo box?
2. How can you scale the TIFF to fit in form's object frame, without
distorting (stretching one way but not another)? I'd perfer it to fill the
frame. What about viewr controls? Zoom?
3. Is there a way to base the combo box's "list" on the file names?. This
would ensure that you can easily pick the specials, which you won't know the
parts #'s for.For specials you would input the 6 digit job number whcih is
the prefix for the sprcial part #. I'd imagine I would need to create a
table that populates from the TIFF names in the directory that all TIFFs are
in. This probably should be updated when staring Access or the use of an
"update" button?
I don't have a clue how to code such a thing. Can some one help or point me
in a direction? Thanks ahead of time.