Database using VB

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Nevo

    Database using VB

    I have a spreadsheet with a list of accounts (names, address, tel #'s,
    etc... it is something that I constantly have to add to and change info on.
    What I want to do is write a program that will have an interface and once
    input is put into it, it will put it back in certain cells where it belongs.
    How should I go about doing this? or should I just do something using SQL?
    Please help thanks.

    VAL


  • the Wiz

    #2
    Re: Database using VB

    "Nevo" <victorlopez@be llsouth.net> wrote:
    [color=blue]
    >I have a spreadsheet with a list of accounts (names, address, tel #'s,
    >etc... it is something that I constantly have to add to and change info on.
    >What I want to do is write a program that will have an interface and once
    >input is put into it, it will put it back in certain cells where it belongs.
    >How should I go about doing this? or should I just do something using SQL?
    >Please help thanks.
    >
    >VAL
    >[/color]

    You can do this with VBA in Excel or a stand-alone program in VB.

    More about me: http://www.jecarter.com/
    VB3/VB6/NSBasic Palm/C/PowerBasic source code: http://www.jecarter.com/programs.html
    Drivers for Pablo graphics tablet and JamCam cameras: http://home.earthlink.net/~mwbt/
    johnecarter at@at mindspring dot.dot com. Fix the obvious to reply by email.

    Comment

    Working...