Hello Everyone! Im new in VB-Access development and I have a project in school about database programming. The program should compute and display the total number of years and month based on the system date, it should be displayed in a textbox. Here's an example:

Let say the system date = Feb 24, 2007 and the entry date = April 24, 2005

the display output should be:
1 year and 10 months


Also, about the search button, when the a string has been input, it will display all the records with the same string... Please Help! Thank you very much to all!