I'm working on Microsoft Access Database. I have a query contains a 'requery' command on its OnLoad method, so the query will automatically updates a new entry whenever I add new records in a table corresponds to the query. My question is, my supervisor wants me to mark the new updated entry on the query (which already had modified into a form), so the admins will notice that the table has been updated and there are new record included to the form. More likely, some kind of mark the rows that containing new update with different color. Does Microsoft Access has that kind of functionality?
Thank you very much.