I needed a db where I could display different images for each product. I could not let them be bound because the db would have been too big so I didn't use an Ole object. Instead I used the instructions in access' official page:
For the form it works perfectly when I show the image on the head of the form and I surf the rest of the records. But for the access page and the report it doesn't because I need to display all the records at once and print all the different images at once. How can I do it taking into account that the image path is a text field????
For the form it works perfectly when I show the image on the head of the form and I surf the rest of the records. But for the access page and the report it doesn't because I need to display all the records at once and print all the different images at once. How can I do it taking into account that the image path is a text field????