M
M Skabialka
My database requires the user to mark an X on a 5 x 5 cube. I
programmatically save the cordinates and next time re-draw the cube with the
X in the correct place on other forms and reports.. However I am thinking
that I need to just create 25 bitmaps, (jpegs, etc) representing all of the
possible locations of the X and just pull the graphic onto the form, report,
etc.
My question is: these 25 graphics are about 1" square - what is the best way
to store them? Can you store the graphics in an Access 2003 table, or do
you have to reference them from a location - something I don't really want
to do. How do you store them in a table - what is the best format to
prevent degraded graphics, etc?
Thanks,
Mich
programmatically save the cordinates and next time re-draw the cube with the
X in the correct place on other forms and reports.. However I am thinking
that I need to just create 25 bitmaps, (jpegs, etc) representing all of the
possible locations of the X and just pull the graphic onto the form, report,
etc.
My question is: these 25 graphics are about 1" square - what is the best way
to store them? Can you store the graphics in an Access 2003 table, or do
you have to reference them from a location - something I don't really want
to do. How do you store them in a table - what is the best format to
prevent degraded graphics, etc?
Thanks,
Mich