How to Insert field and value into another grid

S

shookim

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!!!
 
S

shookim

Could you be more specific by pointing out which you think would be
helpful for my issue? I've skimmed over all the topics and wasn't sure
which one would be appropriate due to the lack of detail in the
description.

Thanks,
s.
 
S

shookim

you are redirecting me to the msdn site? meaning the previous link
doesn't apply?

Thanks.

I still need help...somebody!!!
 
C

Cor Ligthert [MVP]

No you are asking something like if we can give you the exact age of
everybody on earth.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top