Hi,Am creating a registration application using Java Swing and MS Access as back end. The scenario is as follows: Employees from various organisations have to register for a food festival.The organisation list is available in a table and i hav added those 500 organisation as items in the JCombobox. The rule is,only 8 employees per organisation are allowed to register:failing which a message box appears.The food choice of employees is kept in four check boxes:namely South Indian,North Indian,Desserts.Finally i hav to generate a printed report of the finalised list of registered employees for the food fest in MS word. Template: Name:JTextField Organisation:JComboBox: Food type:4 check box.