This is not a homework problem & my first post in 2+ years. I just got asked to do this in C# based on my asp & DB experience & I am tearing my hair out as they want in done in one day & 2 MS videos say to do the same thing & it does not work (at least does not display like their examples did.
I managed to get the Access Database connected (it checked out ok) and I actually can see the data in the tables in the C# IDE (solution explorer), but when I followed the Microsoft video steps telling me to create a dataset & then drag the table to a form, all I see is the empty table. The columns titles showed up fine, but when I went to build, no data shows up like in Beth's video, even though I can see the table data if I look at the table in the solution explorer (100's of lines).
I can't find any info on how to troubleshoot this, as it seems so basice, no one else has had this issue? I hope some one out there can help me figure out why I can't see the data in the Form Table. is there something in Properties that was not mentioned that I have to set to allow it to flow in?
TIA to all to try to help!