Hope I can explain this properly…
I have a tab control with several pages, each recording actions and dates. Its a kind of diary application. When a user adds a record in one of the pages and adds a date, certain other fields are automatically updated.
It all works perfectly if a user presses enter after keying data into the last field before moving to another page, but if they don’t exit the last field but just move focus off the form, the afterupdate action for the last field does not work.
I have tried all the usual suspects ie Lostfocus on the form, but to no avail.
Any suggestions?
Caz