G
Guest
On my form I am using a text box that specifies the directory and name of a
..csv file that I want imported.
My button's code looks something like this
dim a as string
a = text1.text
docmd.transfertext...
But now i have to remember the directory, or move that file to an easier
location. I would like to put a browse button on the form so that I can just
go looking for it, instead of having to remmber it. Any Ideas?
..csv file that I want imported.
My button's code looks something like this
dim a as string
a = text1.text
docmd.transfertext...
But now i have to remember the directory, or move that file to an easier
location. I would like to put a browse button on the form so that I can just
go looking for it, instead of having to remmber it. Any Ideas?