I have a database that is used to keep track of personnel. In this database I have a form that is a query of two tables lets call them "PersonneInfo" and "PersonnelNotes" for the sake of this question. PersonnelInfo contains demographic information about that person and the PersonnelNotes contains status notes organized by date entered. In my form I have displayed info from these tables for the purpose to create a continues list of personnel in the system. What I would like to do is add the DateEntered field from the PersonnelNotes table but only display the most recent entry not all entries. Any idea how this could be accomplished I have a feeling that this can be done in VB but I'm not sure how to put it together. Any help would be great and if you need further explanation please ask
Regards, Viper