G
Guest
I have a form that is used to "check out" an item (for rental). Each item is
stored by its unique serial number in a "products" table. There is then a
"status" checkbox in each record of the products table to show if the item is
checked out.
What I am looking to do is use the form I've created for "checking out" by
adding a checkbox to the checkout form that will read the serial number in
the checkout form, and update the status in the products table as being
checked out.
stored by its unique serial number in a "products" table. There is then a
"status" checkbox in each record of the products table to show if the item is
checked out.
What I am looking to do is use the form I've created for "checking out" by
adding a checkbox to the checkout form that will read the serial number in
the checkout form, and update the status in the products table as being
checked out.