I have a fairly simple question (I guess): If I have one project that connects to only one database(Access) with one table, but in my project I have 3 forms. One for displaying and filtering data(datagridview). One for editing(detail view with textboxes) and one for adding data(detail view with textboxes).
How should I set up dataadapters and datasets(should I use existing dataset or create new). Do I have to set them up on every form independently or what? What is the best practice for this kind of situation?