Help please! I'm using Access 2007 in Windows XP and in need of some advice.
I have a few access VBA programs written in Access 2007 to help me manipulate data that I have in a database. I've used these programs without issue for several months without a problem.
Today I installed Visio 2010 and all of a sudden none of my Access programs will run. As soon as one of my VBA macros tries to execute a sql query the program fails and I get an error message that says:
Run-time error '-214748113 (8000ffff)':
Method 'Connection' of object '_CurrentProject' failed
I get this error message in other databases as well anytime I'm trying to execute a sql query via code.
An example of a type of query I'm running via code:
CurrentProject.Connection.Execute "Update RawData set Subject_Name = 'English' where Subject_Name = 'Reading and Writing'"
This has functioned without fail for several months. I've made no changes except for installing Visio 2010 earlier today.
so the progression is:
- everything is fine, Access 2007 macros work
- install Visio 2010 and Access 2007 macros no longer work
Please help!!!!!! Thanks in advance for any help.
I have a few access VBA programs written in Access 2007 to help me manipulate data that I have in a database. I've used these programs without issue for several months without a problem.
Today I installed Visio 2010 and all of a sudden none of my Access programs will run. As soon as one of my VBA macros tries to execute a sql query the program fails and I get an error message that says:
Run-time error '-214748113 (8000ffff)':
Method 'Connection' of object '_CurrentProject' failed
I get this error message in other databases as well anytime I'm trying to execute a sql query via code.
An example of a type of query I'm running via code:
CurrentProject.Connection.Execute "Update RawData set Subject_Name = 'English' where Subject_Name = 'Reading and Writing'"
This has functioned without fail for several months. I've made no changes except for installing Visio 2010 earlier today.
so the progression is:
- everything is fine, Access 2007 macros work
- install Visio 2010 and Access 2007 macros no longer work
Please help!!!!!! Thanks in advance for any help.