Does anyone know how to refer to an image control on a form from a basModule. I need to know how to refer to an image in a form when I'm running code outside of that form.
Example:
Form Name: "Customers"
Image control: imgCustomer
Code Module
Forms!Customers.?????
the ???? also needs to dynamic. I need to pass in the image control name.
Example:
Form Name: "Customers"
Image control: imgCustomer
Code Module
Forms!Customers.?????
the ???? also needs to dynamic. I need to pass in the image control name.