I'm trying to shell to an application using VBA in Access 2000. The thing is that I don't know what application I'm shelling to, I need to get the associated application for the file the user chooses.
Example
User chooses file e:\notes.txt
My program needs to know that this is a text file and to open it's associated application (notepad).
Example
User chooses file e:\notes.txt
My program needs to know that this is a text file and to open it's associated application (notepad).