QUOTE(musakowino @ 29 Sep, 2008 - 11:36 PM)

hi to all.i have a project to do in VB.it is a hotel management project.i have the project proposal but the problem is the literature review.can you please assist me in writing the literature review for a hotel management system.am being told about sitations and such like stuff and i don't know where to start from with the sitations so please anyone with an idea to assist.thanks to all
You can start your hotel system by creating a database, for instance hotel.mdb. First you need to add there the file 'rooms' the unique key being room number and containing the fields you need, for how many persons, price, shower or bath etc. When you get room reservations, you do not put them into the 'rooms' file but you need a separate file 'roomtypes' where the unique key consists of room type characteristics: for how many persons, shower or bath, for smoking or not. In this file you have a calender for the reservations where you register the reservation for the days wanted for the type of room required. When the customer appears at the reception to check-in you identify him a room from the 'rooms' file.
If this helps you maybe we can discuss more later.