Hi:
I'm developing an application to compare information that use will enter on two text boxes (field son a table) I will compare both informations, if informtion is the same I need to notify user it is OK, I'm thinking on a msgbox, but I need no interaction from user to close the msgbox and go to the next record and enter the next pair of information. How can I set msgbox to display a message but to close it automatically after a few seconds?
Is there a way to do it?
Thank you.