I have several forms that have undound fields which are apopulated via a calendar on access (ocxcalendar)
One of the forms works and then if a modification is done on the form code (even if the change is not related to the ocxcalendar) the feature stops working and the fields are not populated by the calendar.
This has only 3 routines (all the forms that use the calendar have the same 3 routines), one for the ocxcalendar_click and then the start and end dates have each one routine triggered by the on mouse down event.
Any ideas?