How can I get the full path of the access database that I am running? The aim of getting this path is to create dynamic linking with a table in another access database that exists in the same directory but the database is stored in different locations on different workstations.
CurDir() doesn't work. I have tried to use the Windows API using the function GetCommandlineA from kernal32.dll but that isn't even recognised as a valid function and according to various web pages that function is known to crash under various OSs.
Any suggestions anyone?
Paul Cooper
CurDir() doesn't work. I have tried to use the Windows API using the function GetCommandlineA from kernal32.dll but that isn't even recognised as a valid function and according to various web pages that function is known to crash under various OSs.
Any suggestions anyone?
Paul Cooper