I am using the calender control unbound as the link to a subform but I have to move the focus from the calender control before it will update the subform
What is it want want to happen? Have the subform update everytime you change the date on the calendar control without having to move focus from calendar control.
You can put code in either the AfterUpdate or OnChange of the Calendar which forces the Subform to requery.
Me.[Subform1].Form.Requery
Ensure that the Subform name i have in red is actually the name of the Subform control on your mainform.
Alec Doughty
Doughty Consulting P/L
"Life's a competition. Play hard, but play fair"
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.