Migrating to Visual Basic

C

Charles Tam

I would like to migrate our MS Access applications (including Forms/Code
Modules) to MS Visual Basic 6. What are my options? What are your
experiences?
 
M

mike

if you can, do it in .net (vb.net or c#)... vb6 is no longer supported
by microsoft...
 
D

Douglas J. Steele

Tony Toews lists a number of products that purport to be able to do the
conversion at http://www.granite.ab.ca/access/accesstovb.htm. However, the
general consensus is that they do an incomplete job at best.

There are strictly too many differences between the controls available for
forms in Access and those in VB. In general, I think you're going to be
better off rebuilding the application. You may be able to salvage much of
the code (since VBA and VB are virtually identical), but that's probably
about it.
 
T

Tony Toews

Charles Tam said:
I would like to migrate our MS Access applications (including Forms/Code
Modules) to MS Visual Basic 6. What are my options? What are your
experiences?

Why? Some folks have stated an experienced VB6 dev will take about
50% longer for the same app as Access.

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top