tdfLinked.RefreshLink
End If
Next TBDef
Exit_RunFirstTime:
Set CurDB = Nothing
Set tdfLinked = Nothing
Set TBDef = Nothing
Exit Function
Err_RunFirstTime:
MsgBox Err.Number & ": " & Err.Description, vbOKOnly + vbCritical, "An error has occured in procedure RunFirstTime"
Resume Exit_RunFirstTime
End Function