Search results

  1. C

    Seat Reservation Structure

    Which library would this be? On this forum?
  2. C

    Seat Reservation Structure

    I'm pretty much a beginner when it comes to this kind of thing but I'll see what I can throw together, thanks for the assistance though, it's very much appreciated!
  3. C

    Seat Reservation Structure

    A very interesting idea but how would it be implemented? Seems as though there would be no real automated way to creating all the seating when a new event is entered onto the system.
  4. C

    Seat Reservation Structure

    Thanks Steve, the closest model I can see is the cinema bookings model, however this is overly complex for what I am attempting to do i think. There is only one theater with only one stage so only one production at a time. My system would just focus on reserving tickets for future productions. I...
  5. C

    Seat Reservation Structure

    Hi guys, it's been a long time since I've had to build a database and am struggling with one section for a seat reservation system. I currently have 4 simple tables as follows: Customer- +CustomerID -Surname -Forename -Telephone Play- +PlayID -Title -Author -LeadActor Playbill- +PlaybillID...
Back
Top Bottom