Access 2010 w Windows 10 issues

vik808

Registered User.
Local time
Today, 08:14
Joined
Jul 31, 2008
Messages
16
Hello, I have an Access 2010 split DB (front end /server back end).
2 of our users had to move from win 7 pro to win 10 pro. I'm starting to find that some reports a failing silently or working sporadically on win 10.

The reports work fine on win 7 but they hang and then don't even error out on win 10.

Anyone else see this before?

thx
 
Sometimes Access on (win NN) will fail when items are missing from the new PC that existed on the old.
In the VBE menu: tools, references
see if anything is 'missing'. Uncheck them and check the new versions.
if the missing item isn't there, sometimes you can copy from the old one.

sometimes it could be an API call that changed slightly.
Did you go from 32bit to 64? that's PTRSAFE.
 
Will try the references.
It was from win 7 64bit pro to a new win 10 64bit pro machine
 
References look fine... nothing says missing

The only thing that might be different on this report is an imageframe...

tempImagePath = "\\server\misc\cont1\imgs\Packaging\blank.bmp"
Me![sImageFrame].Picture = tempImagePath

OR is there a default timeout for queries or reports?
 

Attachments

  • image001.png
    image001.png
    21.4 KB · Views: 142
We have some Win10 machines. The biggest headache we have with them is their extra security that is sometimes hard to push back. My first thing to do would be to identify an exact time (as closely as possible) and look in the system logs, application logs, and any other logs on the failing system for that time frame to see if anything happened for image file MSACCESS.EXE as the faulting item. If you get a system audit message from the event, you might have something that would help you know where to look next.
 

Users who are viewing this thread

Back
Top Bottom