You would have to write your own Bitmap rotation code using the GDI API. I
don't imagine you are familiar with this or you wouldn't be asking your
question in the first place. There is a steep initial learning curve to the
GDI. The level of difficulty is further exacerbated by the storage medium
used by the Access Image control.
What you could try instead is to incorporate the vbPictureBox project on my
site. It exposes several Rotation methods for the image currently loaded
into its Image control.
http://www.lebans.com/imageclass.htm
ImageClass has been replaced by the PictureBoxA97 project. A standard Image
control is wrapped within a class to allow the control to resemble the
standard Visual Basic PictureBox control. Simple drawing methods are
directly supported as is Text output with rotation. A handle to a Device
Context is exposed to allow the developer to use the full range of Graphic
API's. Also supports Screen Grabs, Copy to Clipboard and Save Image control
to a disk Bitmap file. Here is the Access 2000 version, PictureBoxA2K.zip
--
HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.