PAY PERIOD NAVIGATION
=============== ======
I need to have 2 combo boxes (cboFrom and cboTo). these two boxes need to fill with fromdate and todate from a table "tblPayPeriods" .
sample pic is attached.
1. I would like default data to be this month and year.
2. I would like put 2 buttons (btnPreviousPer iod and btnNextPeriod). When user clicks on this I would like repopulate the textboxes with respetive from and to date.
I am kinda lost as to what approach I should take. and How will I do it?
I found this article, is this too much coding. I need as little coding as possible because I am going to have lots of coding for this page.
=============== ======
I need to have 2 combo boxes (cboFrom and cboTo). these two boxes need to fill with fromdate and todate from a table "tblPayPeriods" .
sample pic is attached.

1. I would like default data to be this month and year.
2. I would like put 2 buttons (btnPreviousPer iod and btnNextPeriod). When user clicks on this I would like repopulate the textboxes with respetive from and to date.
I am kinda lost as to what approach I should take. and How will I do it?
I found this article, is this too much coding. I need as little coding as possible because I am going to have lots of coding for this page.
Comment