Hey guys. Im a little noob when it comes to forms. So i was wondering if any of you can help me.
I wanted to make 4 Option buttons, each one being one quarter.
Q1 - 01 jan to 31 march
Q2 - 01 april to 30 June
Q3 - 01 July to 30 Sept
Q4 - 01 Oct to 31 Dec
Basically I wanted that all Option buttons were unmarked for default. And when the each quarter is selected to make a module function to bind it with a string of the date.
Also I need to make a Combo Box with the years. The 1st year would be 2002 until the current year.
That way my final quarter one date if i select on the Combo 2006 should be a string like this: mindate: 01/01/2006
maxdate: 03/31/2006
Im making a reasearch to try to figure this out, but if in the meantime anyone can give me some tips id be greatful
Btw i already made the form with the buttons, but no functions added on them so far
And also I have a doubt on how to make a button to run a module on click
I wanted to make 4 Option buttons, each one being one quarter.
Q1 - 01 jan to 31 march
Q2 - 01 april to 30 June
Q3 - 01 July to 30 Sept
Q4 - 01 Oct to 31 Dec
Basically I wanted that all Option buttons were unmarked for default. And when the each quarter is selected to make a module function to bind it with a string of the date.
Also I need to make a Combo Box with the years. The 1st year would be 2002 until the current year.
That way my final quarter one date if i select on the Combo 2006 should be a string like this: mindate: 01/01/2006
maxdate: 03/31/2006
Im making a reasearch to try to figure this out, but if in the meantime anyone can give me some tips id be greatful
Btw i already made the form with the buttons, but no functions added on them so far
And also I have a doubt on how to make a button to run a module on click
Last edited: