I am using an unbound DTPicker in order to control what day's information a particular subform displays.
My problem is that I want the line of code to be executed as soon as a new date is selected.
At the moment I am using the DTPicker's OnLostFocus event to run the line of code required and...