I need to create a stored procedure that will pop up as a report or whatever. I need it to pop up when the users open up the database, it will show them that a Finding needs to be tended to and until they close this finding is closed out (drop down window) it will continue to pop up. The stored procedure needs to be based on the date the report was sent to the department which would be the "DateSubmitted" (which has a datatime data type). I need it to populate another datetime field with a date thats 120 days for the DateSubmitted. Does that make sense??