I need a form to refresh after I use the date picker.
For simplicity, two dates (birthDate, deathDate) are part of a table and are pulled into a form where a formula calculates the age of the person.
The built-in date picker in Access is used to select the dates on the form(no problems occure when the date is typed in manually, the problem occurs when using date picker).
I want the age formula to refresh after using the date picker when I tab to a new object (clicking on a new object already refreshes the formula-no problem there).
In addition, I want to place a control on the date that requires the deathDate to occur after the birthDate. This control should occur after I move away from the deathDate object. If the control is triggered by a bad date, the deathDate should be made blank on the form.
If there is another post with the solution, please let me know.
For simplicity, two dates (birthDate, deathDate) are part of a table and are pulled into a form where a formula calculates the age of the person.
The built-in date picker in Access is used to select the dates on the form(no problems occure when the date is typed in manually, the problem occurs when using date picker).
I want the age formula to refresh after using the date picker when I tab to a new object (clicking on a new object already refreshes the formula-no problem there).
In addition, I want to place a control on the date that requires the deathDate to occur after the birthDate. This control should occur after I move away from the deathDate object. If the control is triggered by a bad date, the deathDate should be made blank on the form.
If there is another post with the solution, please let me know.