How to Insert field and value into another grid

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • shookim@gmail.com

    How to Insert field and value into another grid

    I don't care how one suggests I do it, but I've been searching for days
    on how to implement this concept. I'm trying to use some kind of grid
    control (doesn't have to be a grid control, whatever works best) to
    display a dropdown menu of fields populated from table tblInvoiceData.
    This control also includes a textbox which the user can input a value.
    These two columns are side by side and not in a vertical layout.

    The user then clicks on the "add" button and that particular field and
    value displays in a grid (can be this original grid or another), BUT,
    does not update the database tables until the user finshes adding all
    their fields and then clicks on the UPDATE button, at which point
    updates tblInvoiceData for this particular clientID.

    HELP!!!

  • RobinS

    #2
    Re: How to Insert field and value into another grid

    Is it Windows forms or web forms? VB2003 or VB2005?

    Robin S.
    --------------------------------
    <shookim@gmail. comwrote in message
    news:1165856708 .491566.4910@f1 g2000cwa.google groups.com...
    >I don't care how one suggests I do it, but I've been searching for days
    on how to implement this concept. I'm trying to use some kind of grid
    control (doesn't have to be a grid control, whatever works best) to
    display a dropdown menu of fields populated from table tblInvoiceData.
    This control also includes a textbox which the user can input a value.
    These two columns are side by side and not in a vertical layout.
    >
    The user then clicks on the "add" button and that particular field and
    value displays in a grid (can be this original grid or another), BUT,
    does not update the database tables until the user finshes adding all
    their fields and then clicks on the UPDATE button, at which point
    updates tblInvoiceData for this particular clientID.
    >
    HELP!!!
    >

    Comment

    • shookim@gmail.com

      #3
      Re: How to Insert field and value into another grid

      vb2003.

      RobinS wrote:
      Is it Windows forms or web forms? VB2003 or VB2005?
      >
      Robin S.
      --------------------------------
      <shookim@gmail. comwrote in message
      news:1165856708 .491566.4910@f1 g2000cwa.google groups.com...
      I don't care how one suggests I do it, but I've been searching for days
      on how to implement this concept. I'm trying to use some kind of grid
      control (doesn't have to be a grid control, whatever works best) to
      display a dropdown menu of fields populated from table tblInvoiceData.
      This control also includes a textbox which the user can input a value.
      These two columns are side by side and not in a vertical layout.

      The user then clicks on the "add" button and that particular field and
      value displays in a grid (can be this original grid or another), BUT,
      does not update the database tables until the user finshes adding all
      their fields and then clicks on the UPDATE button, at which point
      updates tblInvoiceData for this particular clientID.

      HELP!!!

      Comment

      • RobinS

        #4
        Re: How to Insert field and value into another grid

        See my response to your post when you posted this yet again,
        also in this newsgroup.

        Robin S.
        -----------------------------------
        <shookim@gmail. comwrote in message
        news:1165863747 .999591.223420@ n67g2000cwd.goo glegroups.com.. .
        vb2003.
        >
        RobinS wrote:
        >Is it Windows forms or web forms? VB2003 or VB2005?
        >>
        >Robin S.
        >--------------------------------
        ><shookim@gmail .comwrote in message
        >news:116585670 8.491566.4910@f 1g2000cwa.googl egroups.com...
        >I don't care how one suggests I do it, but I've been searching for
        >days
        on how to implement this concept. I'm trying to use some kind of
        grid
        control (doesn't have to be a grid control, whatever works best) to
        display a dropdown menu of fields populated from table
        tblInvoiceData.
        This control also includes a textbox which the user can input a
        value.
        These two columns are side by side and not in a vertical layout.
        >
        The user then clicks on the "add" button and that particular field
        and
        value displays in a grid (can be this original grid or another),
        BUT,
        does not update the database tables until the user finshes adding
        all
        their fields and then clicks on the UPDATE button, at which point
        updates tblInvoiceData for this particular clientID.
        >
        HELP!!!
        >
        >

        Comment

        Working...