Recent content by fsuhare

  1. F

    Image linking problem

    Thanks for the help Thanks for all the help everybody. I got it working.
  2. F

    Image linking problem

    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.
  3. F

    Image linking problem

    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?
  4. F

    Image linking problem

    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...
  5. F

    Copy Whole Database

    Thanks for the Link it was very helpful. Thanks for the Link it was very helpful.
  6. F

    Copy Whole Database

    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). ;)
Back
Top Bottom