I'm working with a DataSet created with the DataSet component (the one that ends up in the component tray) and I'd like to have multiple forms that can all access the same dataset - how do you reference a dataset created in Form1 with code in Form2? When I try to do this, the dataset appears to be undeclared.

Right now I am just working with generic controls stuck in a panel and that works okay, so this isn't a horrible problem but if some kind person could toss me a bone I'd appreciate it. <--- complete newbie at VB programming

Thanks!