D
DellaCroce
This is going to be very simple for some you. I have a form with a
datagrid bound to a database. The user is to select a row and I need to
show all the associated detail records from several other table. OK, the
easy part is getting the details from the tables. The part I am unsure of
(and need a code example of >>Please<<) is getting value of the selected row
that are the keys to the SQL that I need to build for the details. i.e.
each row is has a customer number, and "other" key info, I need to know the
data for the selected row.
TIA,
datagrid bound to a database. The user is to select a row and I need to
show all the associated detail records from several other table. OK, the
easy part is getting the details from the tables. The part I am unsure of
(and need a code example of >>Please<<) is getting value of the selected row
that are the keys to the SQL that I need to build for the details. i.e.
each row is has a customer number, and "other" key info, I need to know the
data for the selected row.
TIA,