G
Guest
hi, i have a table which stores suppliers and info about them, including
their logo.
Using OLE Object
The logos are embedded into the table, I know big file size, but means true
portability...
Several of the records don't have an image...
Can i make the form show a "No Image Found" Image, when there isn't a image
found within the table?
Would something like the following work on loading the record
If Logo.Image = "" then
'Code to show "no Image found logo"
End if
What would the syntax be?
And could I embedd the image into the system, like I've done with the other
products?
Should I create a table with one row, and the embedded image via OLE object?
Thank you for any help
their logo.
Using OLE Object
The logos are embedded into the table, I know big file size, but means true
portability...
Several of the records don't have an image...
Can i make the form show a "No Image Found" Image, when there isn't a image
found within the table?
Would something like the following work on loading the record
If Logo.Image = "" then
'Code to show "no Image found logo"
End if
What would the syntax be?
And could I embedd the image into the system, like I've done with the other
products?
Should I create a table with one row, and the embedded image via OLE object?
Thank you for any help