Form Problems

  • Thread starter Thread starter BD
  • Start date Start date
B

BD

I have a Parent Form being used as a 'Home' form in which to access
numerous child forms. One child form shows 'Work Order' records in a a
Details Display, this form also has a tabbed interface showing
underlying records for 'Parts' and 'Labor' in datagrid views. My
Orders table reference ID numbers from autonumber fields for 'Customer'
and 'Location'. I am trying to create a sub-form type of situation to
show 'Customer' and 'Location' details in text boxes related by the ID
fields.With MS Access, I could create sub-forms and link in, I have
been unable to duplicate this with C#. I am new to C# and the Visual
Studio environment and any help would be greatly appreciated.
 
This link should help
http://support.microsoft.com/kb/308484
It's all about bindingcontexts and the currencymanager. It looks a bit
daunting at first (well I know it did the first time I played with it)
but it's fairly simple once you get the hang of it.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top