Me.ImagePane.Action 'Can not retrieve Value'
the Me.ImagePane.Action is giving my script an error. It is telling me that I can not assign a value to it. I worked though the linking problem. I am getting kicked out of the code on this error however.
Thanks a bunch for any help.
I tryed the Unbound Object Frame
I tryed the Unbound Object Frame. It would not let me change the embedded property since it gave me any error that it was read only, which causes me to not be able change it to linked.
Is there any thing special I need to do when I put the Frame on the Form?
this is my code that i took from someone elses post
If Not IsNull(Me![ImagePath]) Then
Me.ImagePane.OLETypeAllowed = 1
Me.ImagePane.SourceDoc = Me![ImagePath]
Me.ImagePane.Action = 0
End If
I am trying to figure out what control I should have ImagePane be. I...
I am trying to find a way to 'clone' my database on open. I have the autoexec macro forwarding to a module. I can not find any kind of method or script however to copy the whole database over. I will greatly appreciate any help or guidance available.
My job depends on it (just joking).
;)