I ues form to display data.If I update some data in form, how can I get/display the row I updated only?
For example
form frmOrders)
ID NAME QTY ........
1 aa 0 ........
2 bb 0 ........
3 cc 0 ........
There is a button.
if I change ID2's QTY to 4, then click the button.
How can I get a report/form that only show ID2's information(2, bb, 4)?
For example
ID NAME QTY ........
1 aa 0 ........
2 bb 0 ........
3 cc 0 ........
There is a button.
if I change ID2's QTY to 4, then click the button.
How can I get a report/form that only show ID2's information(2, bb, 4)?