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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Is it possible to use VB.NET modules in Access 97?

Status
Not open for further replies.

VladimirKim

Programmer
Jan 20, 2005
49
0
0
US
Hi,
We use Access 97. However, there are very useful modules written in VB.NET. So, my question is if it is possible to use VB.NET dll files in Access 97?
Otherwise, that functionality will have to be re-written in VBA.
 
You can create DLL's that can be used and accessed by other applications from VB.NET code, but as to whether Access 97 can cope with them, that question would be more suited to the access forum.


____________________________________________________________

Need help finding an answer?

Try the Search Facility or read FAQ222-2244 on how to get better results.

 
VBA can use COM objects. You'll have to use interop to create them.

HTH

Bob

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top