Results 1 to 5 of 5

Thread: MS Access verses Visual Basic

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Oct 2001
    Posts
    395

    MS Access verses Visual Basic

    I am an experienced MS Access programmer. I use some vba with MS Access and I like it. However, I have always wondered what the Visual Basic development environment has to offer.

    Are there any reasons why I should learn VB rather than just sticking with MS Access?

    There seems to be so much moreinfo on VB on the internet than MS Access, so I am wondering why...

    What am I missing out on?

    Thanks,

    Jon

  2. #2
    PowerPoster
    Join Date
    Jul 1999
    Posts
    5,923
    Standalone exes is mainly the reason I switched
    Also the fact you can protect your code (mde style - they didn't have mde's before I switched)
    There are no nasty workarounds for knowledgable users (e.g Shift at startup)

    Although I miss some things, like proper workable list/combo boxes.

  3. #3
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333
    Another hugh, cost saving for your customers reason, is that you can develop an app using Access with a VB front end, and your customers DO NOT have to have MS Access installed on their machines to use it!

    Plus, VBA is a sub set of VB. You have extended programming functionality with VB.

  4. #4
    PowerPoster
    Join Date
    Jul 1999
    Posts
    5,923
    Originally posted by Hack
    Another hugh, cost saving for your customers reason, is that you can develop an app using Access with a VB front end, and your customers DO NOT have to have MS Access installed on their machines to use it!
    Not entirely true, you can supply them with the runtime version of Access which can be installed simply with a setup app

  5. #5
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333
    Point taken chrisjk!

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