Hi, I have a form and in there I have a tab control with multiple pages.
The db has 3 tables (one-to-many relationships).
Question: How do I add a new record in the tab control? When I try to add a button in the form, it doesnt work and when I create a button within the page of a tab it creates a new record in that particular page only and the data on all other tabs still shows. I want it to create a new record (blank) so when a user clicks a button, all tabs clear and the user is able to all new data in all tabs.
Thank you
The db has 3 tables (one-to-many relationships).
Question: How do I add a new record in the tab control? When I try to add a button in the form, it doesnt work and when I create a button within the page of a tab it creates a new record in that particular page only and the data on all other tabs still shows. I want it to create a new record (blank) so when a user clicks a button, all tabs clear and the user is able to all new data in all tabs.
Thank you