Hello
In a table I have a field with OLE Objects (pictures)
Is it possible to use Dlookup from a form action to make the right picture to be displayed in the form?
If so, how would the declarations be?
Dim MyPicture As ?
MyPicture = Dlookup("[Picture]", tblPictures, "[PicNo]" = 1)
And then how can I display it in a bound/unbound Frame?
Suggestions??
tnx
In a table I have a field with OLE Objects (pictures)
Is it possible to use Dlookup from a form action to make the right picture to be displayed in the form?
If so, how would the declarations be?
Dim MyPicture As ?
MyPicture = Dlookup("[Picture]", tblPictures, "[PicNo]" = 1)
And then how can I display it in a bound/unbound Frame?
Suggestions??
tnx