Question : Problem using Windows 7 and Access 2007

I have windows 7 and windows xp on two different machines. The xp machine has no problem passing file names and paths in a menu system using VB either access 2003 or access 2007. But on the windows 7 computer the access 2003 version works fine but the access 2007 version drops the drive name (example C) from the file path (example instead of C:\Program Files\GLAS\GLAS.MDE i will get :\Program Files\GLAS\GLAS.MDE as it drops the drive name)

Answer : Problem using Windows 7 and Access 2007

Instead of your getthisDir() function - can't you just use: CurrentProject.Path ?
Random Solutions  
 
programming4us programming4us