"upsize" forms and code to visual basic

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have been trying to get my mind around VB coding and forms. I have been
using Access VBA for about five years so I thought it would be an easy
transition. It's kinda like trying to translate Modern English into Old
English.

Anyway, is there any easy way to translate my VBA code into VB code (VB
Express Edition)

Any help would be greatly appreciated.

NickX
 
I'm not aware of any utilities to do it, largely because the controls
available in Access forms are different than those available in VB forms. As
well, VB Express Edition isn't VB: it's VB.Net, which means that the code
isn't completely compatible.
 
Thank you, after I did my post I changed my search string and found more
information on this subject.
Again, Thanks,
NickX
 

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