M
marcus.
Hi
I'm trying to do the followign in access as opposed to excel
fileToOpen = Application
.GetOpenFilename("Text Files (*.txt), *.txt"
If fileToOpen <> False The
MsgBox "Open " & fileToOpe
End I
How can I rewrite this so the user can select the file to be uploaded
Thanks
Marcus
I'm trying to do the followign in access as opposed to excel
fileToOpen = Application
.GetOpenFilename("Text Files (*.txt), *.txt"
If fileToOpen <> False The
MsgBox "Open " & fileToOpe
End I
How can I rewrite this so the user can select the file to be uploaded
Thanks
Marcus