When a user opens up the database, I want pop-up notices to appear telling them who they need to follow-up on. For instance, there may be 10 people that need to be called or have letters sent to on a given day. I want ten messages to pop up with each person's name and what needs to be done. Then when all have been taken care of and the user has indicated this on the form, the messages will no longer pop up. I'd like to be able to read a specific field on each line of a table until eof using some kind of do-loop. Has anyone done this?