D
dallasfreeman
How do you make a datagrid show an additional row under each row with
data connected by a relationship to another table (as like when you
create a relationship between tables in Access).
I have two tables
1
tblSurvey
Survey_ID
Q1
Q2
Q3
2
tblSurveyExtra
QuestionID
SurveyID
Answer
I want to be able to view the tblSurveyExtra.Answer for each Survey_ID
from tblSurvey
data connected by a relationship to another table (as like when you
create a relationship between tables in Access).
I have two tables
1
tblSurvey
Survey_ID
Q1
Q2
Q3
2
tblSurveyExtra
QuestionID
SurveyID
Answer
I want to be able to view the tblSurveyExtra.Answer for each Survey_ID
from tblSurvey