Hi,
I am building a cinema booking system in ASP/VbScript with MS Access.
I would like to display the records from the recordset in form of:
[x] [x] [x] [x]
[x] [x] [x] [x]
[x] [x] [x] [x]
[x] [x] [x] [x] [x]
[x] [x] [x] [x] [x]
[x] [x] [x] [x] [x]
When the query is run, each record is assigned to each “[x]” to the page. But if the record does not exist them I want “” to be shown. (B – Booked)
Currently my page has a query string value taken from the previous page, and then the SQL code is run which generates the performance times. Each URL record has a seated assigned to it hence why I want to records to show up like the example above.
Hope you can help.
Thanks