johanhjalmarsso
Registered User.
- Local time
- Today, 07:16
- Joined
- Jul 12, 2005
- Messages
- 26
I'm trying to present a little thumbnail image beside every record in a "continuous" subform after a search has been made.
How do you think I should achieve this, please?
Thanks!!
Johan
(PS.
I have tried the following:
1. Tried to make a Image and on Form Current() update the image from a field called FileID.. The problem with this design was that EVERY record in the continuous subform changed to the current records image.
2. OLE object as a field for every record and a thumbnail inserted in that field. I think I can get this working. But I'm afraid that the database will explode in size. The thumbnails are about 3-4-5 kb.
DS.)
How do you think I should achieve this, please?
Thanks!!
Johan
(PS.
I have tried the following:
1. Tried to make a Image and on Form Current() update the image from a field called FileID.. The problem with this design was that EVERY record in the continuous subform changed to the current records image.
2. OLE object as a field for every record and a thumbnail inserted in that field. I think I can get this working. But I'm afraid that the database will explode in size. The thumbnails are about 3-4-5 kb.
DS.)