sammy204
06-28-2008, 03:00 AM
Hi
I am creating a restaurant table booking system for customers. I have a tables table and a bookings table.
Tables tbl: Table number, Table Status
Bookings tbl: Surname, Booking ID, Table Number (a lookup box with table number and status)
I want this to make it so if i select a table with the status as "In use" it does not let me choose this table, could maybe do this with a simple query lookup box.
I Then want it to change the status on the tables tbl if i select a table which is free by updating the status to In Use.
How can i do this.
Thanks
http://www.access-programmers.co.uk/forums/images/buttons/quote.gif (http://www.access-programmers.co.uk/forums/newreply.php?do=newreply&p=718978)
I am creating a restaurant table booking system for customers. I have a tables table and a bookings table.
Tables tbl: Table number, Table Status
Bookings tbl: Surname, Booking ID, Table Number (a lookup box with table number and status)
I want this to make it so if i select a table with the status as "In use" it does not let me choose this table, could maybe do this with a simple query lookup box.
I Then want it to change the status on the tables tbl if i select a table which is free by updating the status to In Use.
How can i do this.
Thanks
http://www.access-programmers.co.uk/forums/images/buttons/quote.gif (http://www.access-programmers.co.uk/forums/newreply.php?do=newreply&p=718978)