OK, I found this thread: thread705-30483
I couldn't find any examples of dialog boxes for 'FileOpenSaveAs' or anything like that in the 'Solutions' database.
I do have the code from the VBA Developer's Handbook called 'basCommonDialog.bas'. I was wondering if this code is compatible with Access 97 and whether or not anyone has used it?
I'm trying to do the following things:
[ul][li]Pass a path string to a variable so that the end user can import a .CSV file into the database. The spreadsheet will not always be in the same place[/li]
[li]Pass a path string to a variable so I can use it in the code that exports database information to yet another .CSV file so the enduser can use it in another application.[/li][/ul]
Suggestions? Comments? Code? Help?
Onwards,
Q-
I couldn't find any examples of dialog boxes for 'FileOpenSaveAs' or anything like that in the 'Solutions' database.
I do have the code from the VBA Developer's Handbook called 'basCommonDialog.bas'. I was wondering if this code is compatible with Access 97 and whether or not anyone has used it?
I'm trying to do the following things:
[ul][li]Pass a path string to a variable so that the end user can import a .CSV file into the database. The spreadsheet will not always be in the same place[/li]
[li]Pass a path string to a variable so I can use it in the code that exports database information to yet another .CSV file so the enduser can use it in another application.[/li][/ul]
Suggestions? Comments? Code? Help?
Onwards,
Q-