i used the add a new data source wizard, were you click on your access file add what tables you want and all is good. then i created 5 different forms some with buttons with a different datagridviews of the tables on each, nothing fancy just a drag a drop and let visual studio 2005 do all the work. for some reason after the 4 form created all it does now is drops a datagridview with no data. i tried previously created ones and they all do the same thing no data in the datagridview. basically what should have happen is it normally creates a bindingnavigator were you get the buttons to cycle though the data, i get a dataset, a binding set, table adapter and a datagridview. i still get all that but the datagridview is blank. i even tried the same datasouce with a drag and dop on a form on another project and it worked fine. not sure if anyone can help any direction is appreciated.
thanks