JohnM
Well-known member
I want to create a Call statement in 16 different forms. The Call would be to calculate a value from a database. As the using goes through the 16 forms, the calculated value wwill change. Instead of duplicating the database in each of the 16 forms (using the OleDbDataAdapter.fill(dataset)) in each form, I tried placing the created dataset in a module, hoping that the dataset could be access by each of the Call statements. But it doesn't work.
I would appreciate any direction I could go and work this out.
Sincerely
JohnM
I would appreciate any direction I could go and work this out.
Sincerely
JohnM