Results 1 to 4 of 4

Thread: Moving from Access to VB

  1. #1

    Thread Starter
    New Member
    Join Date
    Jun 2006
    Posts
    2

    Moving from Access to VB

    Hi, I am new here and have a quick question. For a few years now I have been creating custom databases in MS Access. However I am now at a point where a database I want to create would be so much easier to deploy as a standalone program (The people who would be using it are scattered nationwide, and most do not have access to Access).

    A while back I had started some training in VB, but to be honest never got anywhere with it (lack of time). But for this database I think VB may be the way to go, so my main question is........... how much of a jump is it from MS Access to Visual Basic? I realize they are completely different, but would my experience in Access give me any advantage in learning (and then using) VB? or am I likely to be in the same position as someone who had never used either program?

    Thanks.

  2. #2
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    Re: Moving from Access to VB

    Welcome to VBForums!

    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.

  3. #3
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    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.
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  4. #4

    Thread Starter
    New Member
    Join Date
    Jun 2006
    Posts
    2

    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width