Stephenlyn
Programmer
Hi, I'm developing a bookings database for a school auditorium.<br><br>I've set it up so amongst other tables I have three major tables, Customer, Bookings and seats.<br><br>The Customer is self explanatory, the booking relates to a performance ID and seats is the seat allocation for a particular performance.<br><br>The processing sequence is register a customer, book that customer for a performance then allocate a seat/s for that performance to that customer.<br><br>The way I've set the seats up is to have 700 radio buttons in 6 tables with the SK being the performance ID. <br><br>I'm having a few problems getting it to work, such as linking the customer to the performance and then the seats.<br><br>Now the Question. Does this sound OK, am I heading in the right direction or am I way of track?<br><br>Thanks<br>Steve