We use Access 2002.
I have a table that contains a column with hiperlinks to jpgs stored on a disk on the network.
I created a form that shows all the fields in the table including the pictures. If I use and OLE object with bmp images all is good. The problem is that I can't use bmp. If I try to display a jpg on an image box/ bound or unbound object box / text box or.... nothing comes up. I put a bmp on the first 2 records and they work; as move to the 3rd the other records no jpg is displayed. I'm not good with coding but I read somewhere that I can create a macro or code that can be a workaround.
Can any1 help me? It's really getting to me :) I've been reading for days on the syntax to use in coding but my company doesn't want me to spend all this time "training myself"
Can I use a macro or do I need to write a code?
If the workaround needs a button to open the pic in the form, ..not the ideal but...so be it.
Table name= table1
Form name= ViewRecord
field name= Photo
Thanks!
I have a table that contains a column with hiperlinks to jpgs stored on a disk on the network.
I created a form that shows all the fields in the table including the pictures. If I use and OLE object with bmp images all is good. The problem is that I can't use bmp. If I try to display a jpg on an image box/ bound or unbound object box / text box or.... nothing comes up. I put a bmp on the first 2 records and they work; as move to the 3rd the other records no jpg is displayed. I'm not good with coding but I read somewhere that I can create a macro or code that can be a workaround.
Can any1 help me? It's really getting to me :) I've been reading for days on the syntax to use in coding but my company doesn't want me to spend all this time "training myself"
Can I use a macro or do I need to write a code?
If the workaround needs a button to open the pic in the form, ..not the ideal but...so be it.
Table name= table1
Form name= ViewRecord
field name= Photo
Thanks!
Comment