Guest_imported
New member
- Jan 1, 1970
- 0
I am trying to write some VBA to perform some operations on records within one of my tables.
Whenever my procedure tries to run I get the "Runtime 429" activex error. But why do I get this?
Here is a sample:
Dim MyDb As Database
Set MyDb = OpenDatabase("C:\Test.mdb"
As soon as it hits the "Set..." line I get the message?
Does anyone know how to resolve this problem or can you give me an example of how you guys normally open up a table using VBA.
Your help is much appreciated!
Whenever my procedure tries to run I get the "Runtime 429" activex error. But why do I get this?
Here is a sample:
Dim MyDb As Database
Set MyDb = OpenDatabase("C:\Test.mdb"
As soon as it hits the "Set..." line I get the message?
Does anyone know how to resolve this problem or can you give me an example of how you guys normally open up a table using VBA.
Your help is much appreciated!