I've been trying to get this database to work but still can't figure it out. I have a combobox that list my customers. When I select a different customer, I want the image on the form to change to the logo of the customer. I have a table that has the customer names and picture of logo attached. I just can't get it to work. HELP!
showing different images by using combobox selection.
Collapse
X
-
YOU might find the following two links informative:
Something to note:Use images in your Access forms, reports, and controls -Applies to Microsoft Office Access 2003(...)Use VBA code to programmaticall y set properties for the image control. This method uses a minimal amount of space because you only store image file names and path information in a text field in one of your tables. It also supports more types of graphics files because you use the image control instead of the bound object frame. However, keep in mind that implementing this solution requires some programming experience.(... )
Many of us do this from Work-PC's where downloading attachments is either disabled, against policy, or highly discouraged.
Whenever possible, it is prefered that a well described issue be posted and attachments only upon request.
Comment