i have a specific problem and i'm wondering does anyone have any ideas on how i would approach this - i have tables for rentals, members and products - i want to implement a rental system from a rental form where i can check if a certain item is available to rent or not - the problem is then when someone returns an item how do i know if it is available to rent or not? i had thought of using a checkbox in the product table which could be checked if it was currently rented and unchecked if not - could this work? is there an easier way? i'd appreciate any comments
Thanks
Thanks