I use this "Access Cookbook" from Ken Getz that comes with some pretty nice sample code and applications.
I use some file open features they have but I don't know enough about what they've created to use just the parts I want.
I'm trying to use the Windows File Open type dialogue to identify a directory and then return that directory as a string to a function that will ultimately process all the excel spreadsheets in that file and select specific data to append to a table in my Access DB.
I seem to be going down one of 2 paths... either using the FileDialog object or the Windows API drectly. I just don't know what I need to do to get the directory returned to me.
Thanks in advance for any help!
I use some file open features they have but I don't know enough about what they've created to use just the parts I want.
I'm trying to use the Windows File Open type dialogue to identify a directory and then return that directory as a string to a function that will ultimately process all the excel spreadsheets in that file and select specific data to append to a table in my Access DB.
I seem to be going down one of 2 paths... either using the FileDialog object or the Windows API drectly. I just don't know what I need to do to get the directory returned to me.
Thanks in advance for any help!
Comment