L
LarryP
Have a date control that can be updated two ways: either by typing in (or
changing or deleting) a date, or by clicking a command button that runs a sub
that opens a calendar dialog, then puts the selected date into the control.
In either case, I then want to evaluate the contents of the control and set a
second control to either "Yes" or "No."
AfterUpdate works just fine for the first scenario, but when I use the
calendar dialog it doesn't appear to kick off any event that I've been able
to identify and tie my evaluation code to. Besides AfterUpdate, have tried
OnExit, LostFocus, OnCurrent (for the form), and everything else I can think
of. Any suggestions?
changing or deleting) a date, or by clicking a command button that runs a sub
that opens a calendar dialog, then puts the selected date into the control.
In either case, I then want to evaluate the contents of the control and set a
second control to either "Yes" or "No."
AfterUpdate works just fine for the first scenario, but when I use the
calendar dialog it doesn't appear to kick off any event that I've been able
to identify and tie my evaluation code to. Besides AfterUpdate, have tried
OnExit, LostFocus, OnCurrent (for the form), and everything else I can think
of. Any suggestions?