Access.Application not available?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi

Sorry for what is assuredly a very elementary question - I am a .NET Newbie

I am trying to copy an Access table from within VB.NET. By searching on this forum, I understand that I need to declare a variable as Access.Application and then work with that variable's DoCmd. My problem is that I cannot declare a variable as Access.Application. What namespace is that in? Or -- how do I get to it

Thanks so much.
 
* "=?Utf-8?B?bmluYQ==?= said:
I am trying to copy an Access table from within VB.NET. By searching
on this forum, I understand that I need to declare a variable as
Access.Application and then work with that variable's DoCmd. My problem
is that I cannot declare a variable as Access.Application. What
namespace is that in? Or -- how do I get to it?

HOW TO: Automate Microsoft Access From Visual Basic .NET
<URL:http://support.microsoft.com/?scid=kb;EN-US;317113>
 
Back
Top