I have an Access 2010 database which uses a form that has a date picker enabled. What I want to do is requery some other fields on the form when that date changes. What I have found though is the fields 'After Update' event does not fire when the user enters a date using the date picker. I can come close to something usable by using the 'Lost Focus' event but it's kind of a kludge. Has anyone runs across an easy fix?