Re: Moving from Access to VB
Welcome to VBForums! :wave:
Some of your knowledge is useful.. like how a database works and how to link tables etc (which can be a big problem for many), and also the VB code is often similar.
Unfortunately the ways of working with (and showing) data are a bit different, but you should be able to understand them. See the ADO Tutorial link in my signature for a good example/explanation.
There are differences in the way you work with forms and controls too - but you are going the "better" way, as Access VBA uses more awkward methods than VB does.
Re: Moving from Access to VB
Users do not need to have Access installed if you change to VB 6 or VB.NET as only the runtimes are needed and allowed to be distributed via MDAC. MDAC is a free download from the MS site. Now when you say switch to VB are you meaning VB 6 or VB.NET? VB 6 will be hard to find as its no longer sold by MS and not supported anymore either.
Re: Moving from Access to VB
Thanks both for the replies, RobDog888 it looks like I will be using VB.NET (I did not know VB 6 was no longer sold/supported) as I don't have much experience it would make more sense for me to learn the current product than an old one.
Thanks again.