Hi Guys,
I have written a class that pulls information from a database and stores it in a DataSet. It also lets me insert and update records in that database. If I create an instance of this class in my main form, can I then access that object in a different form?
Thanks in advance.