BoundObjectFrame Object [Access 2003 VBA Language Reference]

BoundObjectFrame
Properties

A bound object frame object displays a picture, chart, or any OLE object stored in a table in a Microsoft Access database. For example, if you store pictures of your employees in a table in Microsoft Access, you can use a bound object frame to display these pictures on a form or report.

Using the BoundObjectFrame Object

This object type allows you to create or edit the object from within the form or report by using the OLE server.

A bound object frame is bound to a field in an underlying table.

The field in the underlying table to which the bound object frame is bound must be of the OLE Object data type.

The object in a bound object frame is different for each record. The bound object frame can display linked or embedded objects. If you want to display objects not stored in an underlying table, use an unbound object frame or an image control .

Properties | Action Property | AddColon Property | AfterUpdate Property | AutoActivate Property | AutoLabel Property | BackColor Property | BackStyle Property | BeforeUpdate Property | BorderColor Property | BorderStyle Property | BorderWidth Property | Class Property | ColumnHidden Property | ColumnOrder Property | ColumnWidth Property | Controls Property | ControlSource Property | ControlTipText Property | ControlType Property | DisplayType Property | DisplayWhen Property | Enabled Property | EventProcPrefix Property | Height Property | HelpContextId Property | InSelection Property | IsVisible Property | LabelAlign Property | LabelX Property | LabelY Property | Left Property | Locked Property | LpOleObject Property | Name Property | Object Property | ObjectPalette Property | ObjectVerbs Property | ObjectVerbsCount Property | OldBorderStyle Property | OldValue Property | OLEType Property | OLETypeAllowed Property | OnClick Property | OnDblClick Property | OnEnter Property | OnExit Property | OnGotFocus Property | OnKeyDown Property | OnKeyPress Property | OnKeyUp Property | OnLostFocus Property | OnMouseDown Property | OnMouseMove Property | OnMouseUp Property | OnUpdated Property | Properties Property | Scaling Property | Section Property | ShortcutMenuBar Property | SizeMode Property | SourceDoc Property | SourceItem Property | SpecialEffect Property | StatusBarText Property | TabIndex Property | TabStop Property | Tag Property | Top Property | UpdateOptions Property | Value Property | Verb Property | Visible Property | Width Property

Methods | Move Method | Requery Method | SetFocus Method | SizeToFit Method

Events | AfterUpdate Event | BeforeUpdate Event | Click Event | DblClick Event | Enter Event | Exit Event | GotFocus Event | KeyDown Event | KeyPress Event | KeyUp Event | LostFocus Event | MouseDown Event | MouseMove Event | MouseUp Event | Updated Event

Parent Objects

Child Objects | Properties Object