I am trying to use a floating calendar. I got the code from
http://msaccesstips.com/2006/09/command-button-animation.shtmlIt works when I open the form by itselfs (Not as a subform).
I have a form with tabs, on one of the tabs I have the subform that uses the floating calendar. It is crashing on this line in the VBA.
Set m_cal = Screen.ActiveForm.Controls
.("Cal1")
It works if I am just running the form as a form and not a subform...
Can someone help me with this? Thanks...
Start Free Trial