Re: https://www.accessforums.net/forms/o...ges-41573.html I want a similar thing .. I have a listbox, and 2 dates (start date and end date) on the bottom of the form. When I select a start date from the datepicker (just easier than forcing a manual entry of the date) .. I want to reformat the start date textbox as yyyy/mm/dd and make the end date 6 days in the future from the start date. I could never find anything that would fire when I selected a date from the picker. I finally ended up using a button which I put my format code in .. and to change the end date and finally requery the listbox which uses those 2 dates. It works .. but I agree, there should be something that fires when the date is selected from the picker. These are all unbound controls. If anyone comes up with something I would be interested.