C
ChrisWilliamson
Guest
Hi guys, another newbie to access here!
I'm trying to set up a system here at work where people can add digital photos to a client database (existing). I've set up the tables & relationships, so I have a table with an OLE object field.
What I want to do is have a form with a space where the picture will be embedded, & buttons down the side for 'insert picture from disk' 'delete picture' etc etc.
I've found the 'acOLEInsertObjDlg' code to bring up the insert object dialog, but I am unsure of the format needed for this code on the button to insert the object into the OLE control...
Another related problem is when I insert a JPEG image from file, it only displays an icon on the form, not the picture. If I insert a BMP file it displays fine... I'm trying to make this as easy to use as possible - hopefully avoiding having to copy the images onto HDD first (they will be brought in on floppy) & hopefully avoiding having to convert them to BMP files
Thanks in advance for any help!!
Chris
I'm trying to set up a system here at work where people can add digital photos to a client database (existing). I've set up the tables & relationships, so I have a table with an OLE object field.
What I want to do is have a form with a space where the picture will be embedded, & buttons down the side for 'insert picture from disk' 'delete picture' etc etc.
I've found the 'acOLEInsertObjDlg' code to bring up the insert object dialog, but I am unsure of the format needed for this code on the button to insert the object into the OLE control...
Another related problem is when I insert a JPEG image from file, it only displays an icon on the form, not the picture. If I insert a BMP file it displays fine... I'm trying to make this as easy to use as possible - hopefully avoiding having to copy the images onto HDD first (they will be brought in on floppy) & hopefully avoiding having to convert them to BMP files
Thanks in advance for any help!!

Chris