It works!
While we are on the subject, I am doing this because I dont want to re-write a function that returns data from a parameterized query that is inside a data adapter.
Should I create a form will all my data sets and adapters, and create my functions there and just use those functions through the rest of the project or is there a better way?
Im a pretty green programmer and just starting to play with the idea of OOP, would this be a good opportunity?
Thanks for the help!