I have a rich text box field in my MDI to display help messages, that - thanks to FAQ796-3279 - I can fill from one of my Child Forms.
What i need to do now is fill the text box from the child form with information stored in a SQL Server database. Where do I put the data adapter and dataset? On the MDI or the Child Form?
At first I thought the Child Form, because that's where I'll be using the select statement to get the information... but then I realised I need to bind the text box on the MDI.
Can this be done???????
What i need to do now is fill the text box from the child form with information stored in a SQL Server database. Where do I put the data adapter and dataset? On the MDI or the Child Form?
At first I thought the Child Form, because that's where I'll be using the select statement to get the information... but then I realised I need to bind the text box on the MDI.
Can this be done???????