M
Mat
I have typed dataset and i don't know how to filter rows of table A
according to children rows in table B
Example
TABLE USER has columns ID,Name
Table USERNICK has columns nickname, ID
Relationship is : each user can have many nicksname. (1,N)
using dataview, i want to show ALL user in table USERS which has nickname "
MAT"
Anyone can help??
according to children rows in table B
Example
TABLE USER has columns ID,Name
Table USERNICK has columns nickname, ID
Relationship is : each user can have many nicksname. (1,N)
using dataview, i want to show ALL user in table USERS which has nickname "
MAT"
Anyone can help??