Whenever I want run my visual basic project, it gives me this error:
Run-time error ‘429’
ActiveX component can’t create object.
When I try to debug, it prompts me on the line:
Set db=Opendatabase(“C:\xxx\xxx.mdb”)
I installed Visual Basic again but it didn’t work.
What do you think is the problem?