+ Reply to Thread
Results 1 to 8 of 8

How do I edit a record in database

  1. #1
    Ashish
    Guest

    How do I edit a record in database

    in EXCEL 2000
    I have a large database with customer names, address, phone no.,
    and so on, 8 columns total. In a userform the customer name is chosen
    from a combobox and entered, the balance of the customer information is
    then pulled out of the database using "VLOOKUP" and applied to the
    worksheet. I now need to change some of the data for some of the
    customers but the user easily gets lost looking through the database. I
    would like to create another userform that would allow the user to find
    the customer and edit the phone no. or address or contact name. And
    then the updated info would be changed in the database. I am not sure
    how to replace the old data with the new data w/ code. I also used The
    dataform but it will not give me the results desired, I really need to
    do this with vba I think.

    I would really appreciate some help on this......

    Best Of Luck,

    Ashish


  2. #2
    Dave Peterson
    Guest

    Re: How do I edit a record in database

    Maybe you'll get lucky and you could use Data|Form.

    or if not...

    John Walkenbach has an enhanced dataform at:
    http://j-walk.com/ss/dataform/index.htm

    (and the code is available for a minor fee ($20 USA), if you want to modify it
    to remove/modify the delete portion.)

    Ashish wrote:
    >
    > in EXCEL 2000
    > I have a large database with customer names, address, phone no.,
    > and so on, 8 columns total. In a userform the customer name is chosen
    > from a combobox and entered, the balance of the customer information is
    > then pulled out of the database using "VLOOKUP" and applied to the
    > worksheet. I now need to change some of the data for some of the
    > customers but the user easily gets lost looking through the database. I
    > would like to create another userform that would allow the user to find
    > the customer and edit the phone no. or address or contact name. And
    > then the updated info would be changed in the database. I am not sure
    > how to replace the old data with the new data w/ code. I also used The
    > dataform but it will not give me the results desired, I really need to
    > do this with vba I think.
    >
    > I would really appreciate some help on this......
    >
    > Best Of Luck,
    >
    > Ashish


    --

    Dave Peterson

  3. #3
    Ashish
    Guest

    Re: How do I edit a record in database

    Thanks Dave for the response it is really good, but still I do not want
    to you use the Dataform. The user form is what I am looking for.
    Dave Peterson wrote:
    > Maybe you'll get lucky and you could use Data|Form.
    >
    > or if not...
    >
    > John Walkenbach has an enhanced dataform at:
    > http://j-walk.com/ss/dataform/index.htm
    >
    > (and the code is available for a minor fee ($20 USA), if you want to modify it
    > to remove/modify the delete portion.)
    >
    > Ashish wrote:
    > >
    > > in EXCEL 2000
    > > I have a large database with customer names, address, phone no.,
    > > and so on, 8 columns total. In a userform the customer name is chosen
    > > from a combobox and entered, the balance of the customer information is
    > > then pulled out of the database using "VLOOKUP" and applied to the
    > > worksheet. I now need to change some of the data for some of the
    > > customers but the user easily gets lost looking through the database. I
    > > would like to create another userform that would allow the user to find
    > > the customer and edit the phone no. or address or contact name. And
    > > then the updated info would be changed in the database. I am not sure
    > > how to replace the old data with the new data w/ code. I also used The
    > > dataform but it will not give me the results desired, I really need to
    > > do this with vba I think.
    > >
    > > I would really appreciate some help on this......
    > >
    > > Best Of Luck,
    > >
    > > Ashish

    >
    > --
    >
    > Dave Peterson



  4. #4
    Dave Peterson
    Guest

    Re: How do I edit a record in database

    You may want to try John Walkenbach's enhanced dataform.

    Debra Dalgleish has a get started with userforms at:
    http://contextures.com/xlUserForm01.html

    Ashish wrote:
    >
    > Thanks Dave for the response it is really good, but still I do not want
    > to you use the Dataform. The user form is what I am looking for.
    > Dave Peterson wrote:
    > > Maybe you'll get lucky and you could use Data|Form.
    > >
    > > or if not...
    > >
    > > John Walkenbach has an enhanced dataform at:
    > > http://j-walk.com/ss/dataform/index.htm
    > >
    > > (and the code is available for a minor fee ($20 USA), if you want to modify it
    > > to remove/modify the delete portion.)
    > >
    > > Ashish wrote:
    > > >
    > > > in EXCEL 2000
    > > > I have a large database with customer names, address, phone no.,
    > > > and so on, 8 columns total. In a userform the customer name is chosen
    > > > from a combobox and entered, the balance of the customer information is
    > > > then pulled out of the database using "VLOOKUP" and applied to the
    > > > worksheet. I now need to change some of the data for some of the
    > > > customers but the user easily gets lost looking through the database. I
    > > > would like to create another userform that would allow the user to find
    > > > the customer and edit the phone no. or address or contact name. And
    > > > then the updated info would be changed in the database. I am not sure
    > > > how to replace the old data with the new data w/ code. I also used The
    > > > dataform but it will not give me the results desired, I really need to
    > > > do this with vba I think.
    > > >
    > > > I would really appreciate some help on this......
    > > >
    > > > Best Of Luck,
    > > >
    > > > Ashish

    > >
    > > --
    > >
    > > Dave Peterson


    --

    Dave Peterson

  5. #5
    Ashish
    Guest

    Re: How do I edit a record in database

    the user form on Debra Dalgleish site is used just to add the records
    which I have already done. I want to edit the database using the
    userform and not the dataform.

    Ashish


  6. #6
    Dave Peterson
    Guest

    Re: How do I edit a record in database

    Debra's site is an introduction to userforms--it's not a full blown application.

    On the other hand, John Walkenbach's version may be all you need.

    Did you look at that site?

    Ashish wrote:
    >
    > the user form on Debra Dalgleish site is used just to add the records
    > which I have already done. I want to edit the database using the
    > userform and not the dataform.
    >
    > Ashish


    --

    Dave Peterson

  7. #7
    Ashish
    Guest

    Re: How do I edit a record in database

    Yes, I did and infact I purchased the latest version of Dataform which
    is very helpful. But still there is a problem that now I need to get
    the same setup in all the systems so that the other users can also edit
    the records. I would still prefer the user form if you can help me out
    with this.


  8. #8
    Dave Peterson
    Guest

    Re: How do I edit a record in database

    I think that if you create a workbook with that code in it (maybe an addin that
    is separate it from the data), that you can distribute it to your co-workers.

    I just looked and saw this:

    It can be freely distributed and used without a license.
    on this page:
    http://j-walk.com/ss/dataform/index.htm

    So once you have it running on your pc, you can distribute that same workbook to
    others.

    Ashish wrote:
    >
    > Yes, I did and infact I purchased the latest version of Dataform which
    > is very helpful. But still there is a problem that now I need to get
    > the same setup in all the systems so that the other users can also edit
    > the records. I would still prefer the user form if you can help me out
    > with this.


    --

    Dave Peterson

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1