Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Access using VB.NET code

Status
Not open for further replies.

DonS100

Programmer
Dec 4, 2001
104
US
Hello, I currently have an Access 97 application. As I further build it, I'm wondering what people's thoughts are on continuing to write the code using VBA. Can or should you try to start writing code as VB.NET and then reference it from inside Access? What if you upgrade to Access 2003, can you then write the code inside the application as VB.NET?

Thanks

Don
 
Access knows nothing about VB.Net.

You can write VB.Net applications that use a Jet ("Access") database but you cannot use VB.Net in Access.
 
If you wanted to couldn't you write VB.NET, then compile it as a dll, then you could reference the dll from within Access. I'm not saying I'm going to do this but someone was asking me if this was possible.

Also, I remember somewhere reading that you could write VB.NET code in Access 2003, but I think that individual was mistaken.

Thanks

Don
 
You can create dlls in whatever way you like, but that hardly constitutes 'using vb.net in Access' in my book even though you would need the framework to run it. You're not able to write any vb.net code in Access.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top