S
Stan
I have a dataset in one form that I instanciate there. I
would like to access that dataset from another form.
dim ds as new myds (myds is a dataset on the first form
and is generated from a dataAdapter on that form; it is
strongly typed).
I fill ds and then open another form. How can I reference
ds and access the data in it.
Thanks,
Stan
would like to access that dataset from another form.
dim ds as new myds (myds is a dataset on the first form
and is generated from a dataAdapter on that form; it is
strongly typed).
I fill ds and then open another form. How can I reference
ds and access the data in it.
Thanks,
Stan