I am developing a database for the hiring of equipment. The 'Order' Form displays the type of equipment required, the number of units of equipment required and the dates between which it is required. I need to display also the number of units of equipment _available_ for hire between those specific dates.
Example. 10 widgets kept for hiring out. Customer A wants to hire 8 widgets between 23 October and 28 October. So if Customer B wants 4 widgets on 25 October the Order form needs to display that we don't have enough stock (as we will only have 2 then that Customer A is not using). But if Customer B can wait until 29 October the form can display that he can have them as Customer A will have returned his by then.
Any ideas?
Thanks - Questril
Example. 10 widgets kept for hiring out. Customer A wants to hire 8 widgets between 23 October and 28 October. So if Customer B wants 4 widgets on 25 October the Order form needs to display that we don't have enough stock (as we will only have 2 then that Customer A is not using). But if Customer B can wait until 29 October the form can display that he can have them as Customer A will have returned his by then.
Any ideas?
Thanks - Questril