How does the OnChange event differ from the AfterUpdate event?
For example:
On one of my forms I would like the cboStatus field to change from "Open" to "Closed" when a date is entered into the txtDateCompleted field.
Normally when I want one field to be modified after another one is updated I use the AfterUpdate event. But I was wondering if the OnChange event would work better in some cases, and if so, which ones.
Not a major issue, just wondering.
KerryL
For example:
On one of my forms I would like the cboStatus field to change from "Open" to "Closed" when a date is entered into the txtDateCompleted field.
Normally when I want one field to be modified after another one is updated I use the AfterUpdate event. But I was wondering if the OnChange event would work better in some cases, and if so, which ones.
Not a major issue, just wondering.
KerryL