Hey All,
Really hope this can be done but I have come across a problem I need to resolve.
I have an Inventory booking system for items. Each item gets booked in and out by hours. So some may go in and out within a few hours while others may be days.
So in my column I have 2 datetime fields out | in. But I may have multiple items so in theory I may have 10 widgets to be booked out.
So lets say the next employee comes in and wants to book out another widget. I need a way to check that widget has available ones for the time they want to book out their widget. So the system would need to loop through the table and see how many widgets are booked out for the time they are asking for.
So ie 6 out of the 10 are booked out so we can allow another widget to be booked out. In other words I need to be able to count how many widgets are booked out during the time the employee wants to book his out.
I may have made this sound to long winded sorry but hope someone can advise.
Thank you in advance if you can.