I have a table containing ID, Seat Number, and a YES/NO "occupied" field.
I've got two separate controls on a form
One control is a combo box showing the occupied seat number
this has a bound column of ID
One control is a tick box indicating whether or not the seat is occupied.
I would like to select the seat number and tick the occupied box (true)
I cant seem to keep a fixed list of seats with a current occupied value. Any help gratefully appreciated
I've got two separate controls on a form
One control is a combo box showing the occupied seat number
this has a bound column of ID
One control is a tick box indicating whether or not the seat is occupied.
I would like to select the seat number and tick the occupied box (true)
I cant seem to keep a fixed list of seats with a current occupied value. Any help gratefully appreciated
Comment