I got some tips from here so I thought i'd share this. This will import all the .dbf files in the sFolderPath directory into access.
Private Sub ImportDBF()
On Error Resume Next 'change to On Error GoTo ErrHandler if you want to see errors.
Dim oFSystem As Object
Dim oFolder...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.