Converting to vb/vb.net

  • Thread starter Thread starter John
  • Start date Start date
J

John

Hi

Is there a utility that will convert an access app to either vb or vb.net?

Many Thanks

Regards
 
On Wed, 27 May 2009 05:50:43 +0100, "John" <[email protected]>
wrote:

Not that I am aware of. If you think about it that would represent an
enormous amount of effort (read: cost a bunch).
In addition, the .NET framework offers so many new and exciting
options that you really would want to be in charge of making those
decisions for yourself.

There is a MSFT tool that can scan a VB6 project for upgrade problems.

-Tom.
Microsoft Access MVP
 
There are a few, but they only appear to work on very simple applications
and they don't handled things like Access subforms very well. Why would you
want to convert an Access app to VB though. Access has between 40 and 50%
more database events and properties than VB and is the ideal tool for a
database front-end.
 
Back
Top