Hello everyone,
I am building a Windows Application using C#, and i am trying to do an "import" function on Access, i was told that i could use the TransfertDatabase method in DoCmd object inside the Application class, but i was unable to locate the DoCmd object under Application class, does anyone has any idea where can i create an instance of teh DoCmd object?
Is that i need to add something under the "using" section?

Thanks
Tony