Forum Discussion
Stratus78
Apr 07, 2023Copper Contributor
Appcrash Access / VBA
Hi, I am part of a development team that has an application written in access / vba (access runtime 2000) in production and without installing any updates on some machines, with the Windows 10/11...
arnel_gp
Apr 08, 2023Iron Contributor
the reason that it won't open is the db is in old format.
convert it to At least 2007 version.
note i donwloaded northwind 2000 on my PC with A2021 and it wont open.
convert it to At least 2007 version.
note i donwloaded northwind 2000 on my PC with A2021 and it wont open.
- Stratus78Apr 08, 2023Copper ContributorHI,
this is not the case because i run an adp with the connection to Sql Server using access runtime 2000.
So no file conversion took place.
In fact, as I said before, even if I simply open a Word 2000 file, the program crash.
Thank you- arnel_gpApr 08, 2023Iron Contributorruntime will work without access being installed.
do you have access installed on the computer you want to run this db?
if you have which version?
you can also google of what version of MS Office will run on Windows 10/11.- Stratus78Apr 08, 2023Copper ContributorHI,
the crash occurred on a development machine where I routinely test the application after changes.
After restarting the computer, the program stopped running.
Same thing happened on 2 other computers.
On all 3 computers we had windows updates blocked and suddenly it stopped working first on 2 machines with windows 10 and then on another machine with windows 11.
Thanks for your help.