J
Joel
Hello,
I have a unbound OLE object in my form and I would like to change the
SourceDoc path with VB but it will not change.
EX:
Private Sub Form_Current()
Me.AutocadDWG.SourceDoc = Me.tbAutoCadloc
me.refresh
End Sub
This works great with an image frame but I cant get it to work with an
Unbound Object.
Thanks
Joel
I have a unbound OLE object in my form and I would like to change the
SourceDoc path with VB but it will not change.
EX:
Private Sub Form_Current()
Me.AutocadDWG.SourceDoc = Me.tbAutoCadloc
me.refresh
End Sub
This works great with an image frame but I cant get it to work with an
Unbound Object.
Thanks
Joel