K
Keith Kroculick
Hello,
I have a small Access database with 5 tables. I have
created a form in C# that I would like to bind to 2 tables
(Contacts & Categories). The categories table is more or
less a lookup table. Can anyone give me a small example on
how to bind 2 controls (textbox and combobox) to 2
different fields with these related tables (one to one
relationship). I know I need to create a datarelation
object but I can't seem to find a decent C# example
anywhere.
Thank You,
Keith
I have a small Access database with 5 tables. I have
created a form in C# that I would like to bind to 2 tables
(Contacts & Categories). The categories table is more or
less a lookup table. Can anyone give me a small example on
how to bind 2 controls (textbox and combobox) to 2
different fields with these related tables (one to one
relationship). I know I need to create a datarelation
object but I can't seem to find a decent C# example
anywhere.
Thank You,
Keith