Search results

  1. 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...
  2. 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