Hi i'm trying to design a combo box to be used as a date picker.
On one form i have contract details with a contract start date(TxtBox1) and a contract finished date (TxtBox2).
On a second form i select the contract # from a combo box 1 (CboContract) then in combo box 2 (CboMonth) i want to select a month from the date range in TxtBox1 & TxtBox2.
So if Txtbox 1 = 01/01/2010 and TxtBox2 = 30/06/2010 then
CboMonth has values of:
Jan-2010
Feb-2010
Mar-2010
Apr-2010
May-2010
Jun-2010
Any idea how i could do this?
Thanks
On one form i have contract details with a contract start date(TxtBox1) and a contract finished date (TxtBox2).
On a second form i select the contract # from a combo box 1 (CboContract) then in combo box 2 (CboMonth) i want to select a month from the date range in TxtBox1 & TxtBox2.
So if Txtbox 1 = 01/01/2010 and TxtBox2 = 30/06/2010 then
CboMonth has values of:
Jan-2010
Feb-2010
Mar-2010
Apr-2010
May-2010
Jun-2010
Any idea how i could do this?
Thanks