Click here to Skip to main content
15,887,027 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hello. I'm currently preparing a seating system in VB. May i know how can I change the booked seats into available by clicking "Reset" button? My database consists of "Booking" table that comprises the booking details and "Seating" table that comprises details including "Availability" whereby once the seats are booked, it will change the seats from available to booked under "Availability" column.

As per my understanding, when i click the "Reset" button, it will delete the records in "Booking" table and update "Seating" table from booked to Available under "Availability" column. This action would lead my booked seats turn to available seats.

I'm looking for help for this issue. Thank you in advance!

What I have tried:

I wish that I post my seating screen to show my progress but I'm unsure of attaching image here.
Posted
Updated 14-Nov-19 21:00pm
Comments
MadMyche 14-Nov-19 21:14pm    
Paste in the relative code as text

1 solution

Maybe the answers here will be helpful: Hotel booking system (room availability)[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900