![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Is anyone familiar with how Albert Kallal created his outlook-style calendar for the web (http://www.youtube.com/watch?v=AU4mH0jPntI)? He stated that the calendar is simply composed of 42 text boxes. But, how is the day number appearing (1,2,3,etc.) if it is not in its own text box (for a total of 84 text boxes)? Also, if this is simply a bound form, I'm a bit confused how the binding takes place. Wouldn't this have to be a continuous form with 7 columns for the data to appear properly? And that does not answer the question of how he is positioning the first day of the month in the proper column... This is obviously an excellent piece of work, but I am having some difficulties determining exactly how he created this. Can someone point me in the right direction? I'm sure once I understand the fundamental idea, I wouldn't have any problems replicating this. Thanks. Vincent |
#3
| |||
| |||
|
|
It is a unbound form. It's controls are show / hidden and filled in the OPEN event and by clicking controls that change the month. |
![]() |
| Thread Tools | |
| Display Modes | |
| |