Hi,
I know this question has been asked many many times and I think I found the answer to this question to be to rebind the dataset. But my question is where do I do this. I have a main form that has a datagridview that displays data from an access database. I have three buttons to create a new entry edit and entry and close an entry. So where do I rebind the dataset after I have completed one of these tasks. I also have this set up as a strongly typed dataset if that helps.
Thanks a bunch.
I know this question has been asked many many times and I think I found the answer to this question to be to rebind the dataset. But my question is where do I do this. I have a main form that has a datagridview that displays data from an access database. I have three buttons to create a new entry edit and entry and close an entry. So where do I rebind the dataset after I have completed one of these tasks. I also have this set up as a strongly typed dataset if that helps.
Thanks a bunch.
Comment