Moving months on the form

arunakumari02

Registered User.
Local time
Today, 15:34
Joined
Jun 2, 2008
Messages
91
I have a form which displays months from Jan to Dec.

Wen I scroll horizontal bar of the form, The Jan should be moved next to the Dec.

For Example.

Jan Feb Mar April May June .........Dec

When the horizontal bar is moved it should be in this way.

Feb Mar April may June .............. Dec Jan

Any help is appreciated.
 
look at the same code i gave you in your last post. add this

months = Format(newdate, "mm")
 

Users who are viewing this thread

Back
Top Bottom