I'm creating a program for school that represents a cinema booking system. I don't know where to start for the seat selection. There are to be 6 cinemas, each having 120 seats.I nedd to be able to select a type i.e Adult or child & then as I click a seat it will change color and update a database with relevant seat info, seat number, cost etc. What is the best solution for representing each seat and linking it to the database which has lists of seats for each cinema ranging A1-20 through F1-20.I just don't know where to start. I only want to use 1 form t orepresent all 6 cinemas. Any help would be greatly appreciated.