Hello all,
My grid has 5 columns, as below:
Form1.Grid1
===========
Col1 Col2 Col3 Col4 Col5
--------------------------------------------
CodeNo Date ActName DrAmt CrAmt
While Column1, Coulmn2, Column4 And Column5 are sourced from Table1 (Transaction), Column3 is a list of Customer-Name from table2 (Master).
I want Column2 (Date) , and Column3 (ActName) with the built-in combo. And when I click and select a name from this coulmn3 (ActName) combo, that particular grid row should dynamically reflect the corresponding data of that particular customer for that particular date.
Like-wise, if I select a diff date from the column2 (Date) combo, the grid row should reflect the corresponding change of data.
If possible, please elaborate further !
Thanks !
- Pat
My grid has 5 columns, as below:
Form1.Grid1
===========
Col1 Col2 Col3 Col4 Col5
--------------------------------------------
CodeNo Date ActName DrAmt CrAmt
While Column1, Coulmn2, Column4 And Column5 are sourced from Table1 (Transaction), Column3 is a list of Customer-Name from table2 (Master).
I want Column2 (Date) , and Column3 (ActName) with the built-in combo. And when I click and select a name from this coulmn3 (ActName) combo, that particular grid row should dynamically reflect the corresponding data of that particular customer for that particular date.
Like-wise, if I select a diff date from the column2 (Date) combo, the grid row should reflect the corresponding change of data.
If possible, please elaborate further !
Thanks !
- Pat