Access to VB Converter?

heman85

Registered User.
Local time
Yesterday, 19:08
Joined
Jul 17, 2008
Messages
108
Hello Guys
I have a program on Access 2007 I want to change for VB program
Where I can find a Access 2007 to VBConverter?
Any idea to converter from access or visual basic?

Any Tools?

Thanks for helps.
 
If you google, you should find some.

But I wouldn't bother. If you are serious about moving from Access to VB, it's best to rewrite it and do it the right way. Any converter may be adequate for some of your modules, but definitely not the code behind forms and reports, let alone the code required to run the forms and modules themselves.
 
I use both VB and Access. 20% Access 80% VB and I have not found a way to convert Access to VB that has any type of credibility. For example there is not AfterUpdate events on VB Textbox controls so any code placed there is nolonger valid. It is far easier to have both apps open and re create the forms and cut and paste the code. Like wise VB does not have its own report generator so to speak, so any reports are lost.

Unless you reference the Access in your vb project you cannot use DoCmd neither. There's lots more to think about but that's enough for now.

David
 

Users who are viewing this thread

Back
Top Bottom