VB.Net control in A2007

  • Thread starter Thread starter JimS
  • Start date Start date
J

JimS

I found a control in VB.net (2008) I'd like to use in A2007. How to go about
doing that? I'm comfortable creating a class module if need be, etc. Can you
point me to resources to help? I need to implement this on client computers,
and may have limited privs. What issues does that bring up?
 
On Fri, 3 Jul 2009 10:59:01 -0700, JimS

Using a .NET control on an Access form is not possible. But what is
possible, is to create a hybrid application with some Access forms and
some .NET forms, using the Interop Forms Toolkit from Microsoft. The
..NET forms get a COM wrapper and are then callable from VBA.

-Tom.
Microsoft Access MVP
 
Back
Top