Question Getting an OnCurrent event

Obeng

Member
Joined
Apr 12, 2012
Messages
5
Programming Experience
1-3
Hi I have a windows form that is connected to an access database. I have an age text box which calculates the age based on the provided date of birth of the user. The problem is I can't find a proper event handler to associate the ageTextBox with so that it could calculate the age for each record I go to.
I tried associating the ageTextBox with the next button on the toolbar generated when you add a bound object to a form so that when I click next it calculates the age, but unfortunately the value it provides for the ageTextBox seems wrong which is really confusing. Any help would be appreciated.
 
Back
Top