ACC2000: Bound OLE Object Is Blank in Form View

ID: Q209747


The information in this article applies to:

Moderate: Requires basic macro, coding, and interoperability skills.


SYMPTOMS

If a bound object frame on a form has its ControlSource property set to a field that is not of the type OLE Object, the control will be blank when the form is in Form view. In Datasheet view, the cells for the control contain the words "Long binary data."


CAUSE

A bound object frame must refer to a field of the type OLE Object in a table or query in order to display anything in Form view. To display an object in this control, the ControlSource property must be set to an OLE Object field. For example, Microsoft Access cannot display the contents of a Text field as an OLE Object. Object frames will appear blank unless there is something to show.


RESOLUTION

Select an OLE Object field as the ControlSource property setting for the bound object frame.


MORE INFORMATION

Steps to Reproduce Behavior

  1. Open the sample database Northwind.mdb and create a new form based on the Employees table.


  2. Add a Bound Object Frame control to the form.


  3. Set the control's ControlSource property to FirstName.


  4. Switch the form to Form View. Note that because you are trying to display a Text field (FirstName) in a bound object frame, the object frame is blank in Form view.


  5. Switch the form to Design View.


  6. Set the ControlSource property to Photo.


  7. Switch the form to Form view. Note that the bound object frame now displays a photograph.



REFERENCES

For more information about the properties of bound object frames, click Microsoft Access Help on the Help menu, type "bound object frame control properties" in the Office Assistant or the Answer Wizard, and then click Search to view the topics returned.

Additional query words: linking embedding empty control prb


Keywords          : kbdta IntpOle 
Version           : WINDOWS:2000
Platform          : WINDOWS 
Issue type        : kbprb 

Last Reviewed: May 13, 1999