One Dataset, Two Forms
I want to use the same dataset that I used to select an employee, to update the employees information in the Database. I am sure I just need to add some kind of reference to the form1 dataset, just not sure how to do it. When I try to use the dataset on form2 i get this message:
Reference to a non-shared member requires an object reference.
So it seems this should be possible, but how?
|