Is there any way to create a button which basically clears a entire table in your database?
I was hoping to have 2 buttons, 1 to empty a table 1 to fill the same table again.
The idea is to store a year long values, and at the end of the year delete all of those with a button.
The other button i want to use to fill the same table again.
Starting from 1st day of the year untill the last day of the year.
So add a record for each day.
Found some examples, but those did not apear to work in VB2010 anymore.