I have an unbound image box on my form. Within the database is a table Images, inside is
ID
PEN (visit number to relate to other tables)
ImageName
Image (ole feild)
I want to populate these fields from a table called
tbllkupImageTmplt, within it are
ImageID
ImageName
Image (ole feild)
On my form I have a combo box that displays the names from tbllkupImageTmplt. I want to be able to pick a name and have it inserted into a frame named ImageOLEUnbound on the form. How do I make the frame show the image I select in the combobox and then save it into the Images table so I can put it on a report or view it on my form in the future.
Zorro
ID
PEN (visit number to relate to other tables)
ImageName
Image (ole feild)
I want to populate these fields from a table called
tbllkupImageTmplt, within it are
ImageID
ImageName
Image (ole feild)
On my form I have a combo box that displays the names from tbllkupImageTmplt. I want to be able to pick a name and have it inserted into a frame named ImageOLEUnbound on the form. How do I make the frame show the image I select in the combobox and then save it into the Images table so I can put it on a report or view it on my form in the future.
Zorro