I want to use Datagrid1_Button click event to poppup records from another table in master -detail form.
I want to use Datagrid1_Button click event to poppup records from another table in master -detail form.
try using the .BoundText property
after selecting the appropriate variables in the appropriate column with the following code
msfg_Search.Col = 0
vi_MembCode = msfg_Search.Text
msfg_Search.Col = 1
vs_CName = msfg_Search.Text
msfg_Search.Col = 2
vs_SName = msfg_Search.Text