Microsoft
Software
Hardware
Network
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
Multi Homed Windows 2008 Server
HOW TO: remove the Anonymous User from the Everyone Group....
PHP Email
OnPopup + sql query
Win7/XP Encrypted file - won't let me open
Change Mac disk to from case-sensitive, Journaled to Case-insensitive, Journaled.
Need a driver for sm bus controller on Dell d620
Mouse slow in Google Chrome after attempted XP sp3 update
FILTERING EXCEL DATA USING VALUES FROM 2ND WORKSHEET
Write Form to Text File - Add Text Instead of Overwrite? PHP