J
Jason and Cindy MacKenzie
I have a simple windows forms app with databinding. Binding the textboxes
with Me.TextBox1.DataBindings.Add("Text", Child1, "Child.ChildFirstName")
seems quite straightforward.
My question is about how to data bind comboboxes so I can navigate through
records. I have this working with text boxes already.
My child dataset currently only contains data from 1 table with columns like
eye_colour that are integers and refer to a lookup table. Not sure if the
dataset needs to contain and join the required tables as well.
An tips or pointers to a tutorial would be really appreciated,
Jason MacKenzie
with Me.TextBox1.DataBindings.Add("Text", Child1, "Child.ChildFirstName")
seems quite straightforward.
My question is about how to data bind comboboxes so I can navigate through
records. I have this working with text boxes already.
My child dataset currently only contains data from 1 table with columns like
eye_colour that are integers and refer to a lookup table. Not sure if the
dataset needs to contain and join the required tables as well.
An tips or pointers to a tutorial would be really appreciated,
Jason MacKenzie