What I am wanting to do is create layout drawings of a product that has modular components that can be configured in any configuration. Each image of a modular part is the same width with a variable height so when they are displayed in a report they create a 2D image of the finished product.
The user would simply choose the part that they want in the drawing (via a yes/no data type) and sort the order by a number.
I have check the properties in the report for an image control and I can't seem to be able to find a way to do this like you can with a text box. I was hoping that somebody could point me in the right direction or if anybody would know a VBA code that could accomplish this.
Thank you.
The user would simply choose the part that they want in the drawing (via a yes/no data type) and sort the order by a number.
I have check the properties in the report for an image control and I can't seem to be able to find a way to do this like you can with a text box. I was hoping that somebody could point me in the right direction or if anybody would know a VBA code that could accomplish this.
Thank you.
Comment