K
K E Senthil Kumar
Hi,
Earlier i asked a question regarding finding a record through ado.net. I
found a solution for it through dataview. I have another question now.
Supposing i have a table, 'contacts' whose fileds are like this :
Contactid(autoname), customerid(FK from another table), contactname(char)...
Here customerID is a foreignkey from tables 'Customers'. Since names might
repeat in this table, how do i list the names when a search is made on this
name. I want to display the fields displayed in row.
I tried with findrowview, but could not succeed.
Would someone help me pls.
K E Senthil Kumar
Earlier i asked a question regarding finding a record through ado.net. I
found a solution for it through dataview. I have another question now.
Supposing i have a table, 'contacts' whose fileds are like this :
Contactid(autoname), customerid(FK from another table), contactname(char)...
Here customerID is a foreignkey from tables 'Customers'. Since names might
repeat in this table, how do i list the names when a search is made on this
name. I want to display the fields displayed in row.
I tried with findrowview, but could not succeed.
Would someone help me pls.
K E Senthil Kumar