Will upgrading to Windows 10 affect the performance or handing of Access 7
Will upgrading to Windows 10 affect the performance or handing of Access 7
What do you mean by 'Access 7' - MS Access 2007?
How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.
Sorry --- I mean Access 2007.
I would like to say shouldn't be an issue, but since I have not used Windows 10 I can't offer that reassurance. Maybe this does http://answers.microsoft.com/en-us/o...13fa8c9?auth=1
How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.
I have loaded Windows 10. I have fired up ACCESS 2007 and all seems to work normally
One thing that I noticed after upgrading to Win 10 is that earlier my queries with Date fields would simply work as 'Select * from table where datevalue = 15-Oct-15', but with windows 10 in place, I had to change my queries to 'Select * from table where datevalue = #15-Oct-15#'. Now I have to compulsorily put a '#' or else it would give me an error 'Too few parameters' and query wont work.