CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 1999
    Posts
    4

    How to write a MS Access application with Visual Basic

    Hi, I'm a C++ programmer traditionally. I was just told that to write a database application, there is a way to use MS Access and that it has some some simple application building tool. If someone knows this to be true, could you let me know how I could find out more information about it?

    I'm told that it would be must faster and easier to write a database application this way. I need to make a client server application and I'm wondering if it's worth learning this other method.

    Thanks,
    Diana


  2. #2
    Join Date
    Apr 1999
    Location
    Brooklyn, NY USA
    Posts
    171

    Re: How to write a MS Access application with Visual Basic

    Access itself doesn't work as client-server. If you are talking about file server environment you can create database application with VB and and Access. A lot of books can teach you how to do this. Most of them use Access as back end with VB development


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

Featured