Snowflake68
Registered User.
- Local time
- Today, 14:19
- Joined
- May 28, 2014
- Messages
- 464
I have searched the web for a solution for this but I havent been able to resolve my issue despite others having similar issues.
I have a form with a text box using the built in date picker. I want the user to be able to manually type in a date or choose one from the date picker.
Once they have enter the date (by any of the above methods) I want to requery a subform.
I have the date picker working to requery the subform by using the OnChange event however if the user tries to type in a date the onchange event fires before the user has had chance to enter the whole date.
The OnChange event clearly isn't the event to use here as it is triggering as soon as they type a single character, so I changed it to the afterupdate event so that the user can manually type in a date and then requery the form but then I need to find a way to requery the subform after a date has been picker from the picker.
This has been driving me mad for most of the day.
I am using Access 2019.
I have a form with a text box using the built in date picker. I want the user to be able to manually type in a date or choose one from the date picker.
Once they have enter the date (by any of the above methods) I want to requery a subform.
I have the date picker working to requery the subform by using the OnChange event however if the user tries to type in a date the onchange event fires before the user has had chance to enter the whole date.
The OnChange event clearly isn't the event to use here as it is triggering as soon as they type a single character, so I changed it to the afterupdate event so that the user can manually type in a date and then requery the form but then I need to find a way to requery the subform after a date has been picker from the picker.
This has been driving me mad for most of the day.
I am using Access 2019.