Recent content by Lmitchel5451

  1. L

    Lrmitchel

    Linking isn’t the problem. I want want to change path from fixed (s) to UNC path.
  2. L

    Lrmitchel

    Runs to transfer database, then gives error message, can’t relink tables. Private Sub cmdConvert_Click() Dim tbl As DAO.TableDef, db As DAO.Database Dim stName As String, stTable As String Dim stConn As String, stConn2 As String Dim arLinks() As UNCLink Dim arBE() As BE_DB Dim i As Long Dim...
  3. L

    Lrmitchel

    Looking for code to convert fixed path to UNC
Top Bottom