I am using Access 2002.
the code you provided did not work ("sub or function not defined") so I took the y off split. I am now getting a Type Mismatch error on this line:
strDefault = Split(Me.FilePath, ".", True)
This is my code:
Dim strTableName As String
Dim strDefault As String...