Link to home
Start Free TrialLog in
Avatar of Rick Danger
Rick DangerFlag for United Kingdom of Great Britain and Northern Ireland

asked on

Microsoft Access 2013 - Event to automatically update another field

I have a field on a form which once updated will cause a Listbox to requery and display new results.

However, it is a date field, and once they have chosen the date in the date picker in needs to automatically update the listbox, without doing anything else. As far as I can tell, on events can cause this without the user clicking elsewhere on the form. So, immediately upon clicking on a day in the date picker, the listbox needs to requery.

Is there a way to do this?
ASKER CERTIFIED SOLUTION
Avatar of Dale Fye
Dale Fye
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Rick Danger

ASKER

This still requires me to click the mouse on another field before it updates the listbox though.
fyed
I actually got it working from the OnDirty event, however your tip about the .text property of the control was useful, so will award you the points