Hello,
I have about 150+ text files which I need to import into Access. I have the following code I used earlier to import spreadsheets. Can anyone modify this or provide direction as to how I can automate importing 150+ spreasheets?
If Len(Trim(Nz(MyTextBox,"")&"")) = 0 Then
msgBox "please give file name"
Else
docmd....etc
End if
I have about 150+ text files which I need to import into Access. I have the following code I used earlier to import spreadsheets. Can anyone modify this or provide direction as to how I can automate importing 150+ spreasheets?
If Len(Trim(Nz(MyTextBox,"")&"")) = 0 Then
msgBox "please give file name"
Else
docmd....etc
End if