B
Bob
Hello:
I'm working on an app that has many child tables. Like 26 child tables in a
MS Access Database.
I created the form, adapters, DS and relations in designer.
I also added the parameters in designer to find records when a user types
into a textbox.
My problem is I can't figure out how to load the child records onto the
form.
I don't want to use a datagride because there will be only one child record
for each parent record. The client dosn't want a grid either.
Also, there are about 325 fields so I can't just put them all in one table
as Access only accepts 255 fields per table and I don't want to have to hand
code all the insert, update and load statements for every single controle on
the form. I will use a groupbox visible property as the user switches from
one table to the next.
I guess what I'm asking is if there is a way to load the child rows using
the relationship that I also setup in designer.
Thanks
Bob
I'm working on an app that has many child tables. Like 26 child tables in a
MS Access Database.
I created the form, adapters, DS and relations in designer.
I also added the parameters in designer to find records when a user types
into a textbox.
My problem is I can't figure out how to load the child records onto the
form.
I don't want to use a datagride because there will be only one child record
for each parent record. The client dosn't want a grid either.
Also, there are about 325 fields so I can't just put them all in one table
as Access only accepts 255 fields per table and I don't want to have to hand
code all the insert, update and load statements for every single controle on
the form. I will use a groupbox visible property as the user switches from
one table to the next.
I guess what I'm asking is if there is a way to load the child rows using
the relationship that I also setup in designer.
Thanks
Bob