Why it does not show?

T

Tim

I have a control on a form that is user-defined object type that can hold the
image value. This control is bounded to a value in the table in the database
that would be showed on the form. I have a couple forms have showed a picture
very nicely in that control. However, other forms don't show anything.
Provided that I bound the control with the image value properly, do you know
why these forms don’t show the image?

To what I can understand, I think that is because I have several forms that
bound to the same record source and the same field. Too many “references†to
the same control (image value) could result to not showing up the image???

Is that correct? Is there any way to solve this problem?
Thank you for your help.
 
Top