I created a form called frmCalander and have inserted the clander control on
the form.
I have three text boxes on my parent form, each with a command button to
open frmCalander. When the calender opens, it defaults to the current date,
which is fine. But, I want to manipulate the filled in dates of the text
boxes depending on which button was selected. If I "hard-code" the
frmCalender for the first text box, it will obviously remain focused on
changing just that value, and not the others when I reopen it.
So, there must be a way to set the focus of the calander onto whichever
button I've chosen to open it. Can someone provide a link or a code example
of how this works? I cannot imagine having to create seperate clander forms
for each event.
Thanks..
Rob Parker - 23 Dec 2005 02:20 GMT
Have a look at the example provided by Martin Green:
http://www.fontstuff.com/access/acctut09.htm
HTH,
Rob
>I created a form called frmCalander and have inserted the clander control
>on
[quoted text clipped - 16 lines]
>
> Thanks..
Alex Dybenko - 23 Dec 2005 13:38 GMT
Hi,
one more sample here:
http://www.pointltd.com/Downloads/Details.asp?dlID=32

Signature
Alex Dybenko (MVP)
http://alexdyb.blogspot.com
http://www.PointLtd.com
>I created a form called frmCalander and have inserted the clander control
>on
[quoted text clipped - 16 lines]
>
> Thanks..