OLE information from OLE field

  • Thread starter david epsom dot com dot au
  • Start date
D

david epsom dot com dot au

When I open the table directly, I can see "MS PhotoEd.3"
Sometimes when the field is selected, I see "Microsoft Photo Editor 3.0
Picture"

Is there anyway I can use VBA to get this information? I haven't had any
luck trying things on a bound control like

Me.Label5.Caption = Me.ctl_ole.OLEClass
Me.Label6.Caption = Me.ctl_ole.SourceItem

(david)
 
L

Larry Linson

david epsom dot com dot au said:
When I open the table directly, I can see "MS PhotoEd.3"
Sometimes when the field is selected, I see "Microsoft Photo Editor 3.0
Picture"

Is there anyway I can use VBA to get this information? I haven't had any
luck trying things on a bound control like

Me.Label5.Caption = Me.ctl_ole.OLEClass
Me.Label6.Caption = Me.ctl_ole.SourceItem

(david)
 
Top