A
Agnes
I would like to design the following control.
There are one main form & search form, the search form got one textbox and
one datagrid.
1) when user input the keyword in the textbox, datagrid will show the record
based on the keyword
2) as the user click any one of the row . the search form should return that
recordset/dataset to the main form
3) the main form will show the relevant data.
Now, I can Do the step 1) , however, I don't know how to do step 2 & step 3)
Thanks
There are one main form & search form, the search form got one textbox and
one datagrid.
1) when user input the keyword in the textbox, datagrid will show the record
based on the keyword
2) as the user click any one of the row . the search form should return that
recordset/dataset to the main form
3) the main form will show the relevant data.
Now, I can Do the step 1) , however, I don't know how to do step 2 & step 3)
Thanks