Access to VB tools

  • Thread starter Thread starter Malakie
  • Start date Start date
M

Malakie

Hi,

Does anyone know of any freeware tool that might help in this? I
have looked at a couple commercial access to vb conversion tools but
they are pretty expensive so I am wondering if anyone knows of a
freeware or open source tool that we could use to save us some time and
effort.....

Thanks,

Malakie
 
Tony Toews lists a few tools at
http://www.granite.ab.ca/access/accesstovb.htm: I'm not aware whether any of
them are free.

The general consensus is that conversion tools do an incomplete job at best.
There are simply too many differences between the controls available for
forms in VB and in Access. You should be able to reuse most of the VBA code
(a simply copy-and-paste), but you'll likely have to rebuild the forms.
 
Douglas said:
Tony Toews lists a few tools at
http://www.granite.ab.ca/access/accesstovb.htm: I'm not aware whether any of
them are free.

The general consensus is that conversion tools do an incomplete job at best.
There are simply too many differences between the controls available for
forms in VB and in Access. You should be able to reuse most of the VBA code
(a simply copy-and-paste), but you'll likely have to rebuild the forms.


Hi,

I realize the conversion tools will not do a 100% job.. However with
such a large project, they would definitely help cut time even if it is
only the layout of user interface screens that are usable.

Thanks

Malakie
 

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

Back
Top