This is a small application that works like we use a notice board. An authorized person has the rights to compose a notice and that notice will be displayed on the notice board. He can also attach files to it. At a time maximum 60 notices can be viewed with the latest notice placed first. As new notices are added, the older notices would get shifted one cell ahead. There is another form that displays older notices (max 60). When number of notices in the main form exceed 60, the oldest notice would be visible in the "older notices" form. Also, the notices older than 30 days would be shifted to the "older notices" form and notices older than 60 days would be deleted automatically.