good day to all
im trying to explain my problem
i have a table PC_UNIT that having a field of RoomLocation,ComputerName and AVAILABILITY
the availability field having a value of "AVAILABLE" and "NOT AVAILABLE"
then i have a "BORROWING FORM"
i have a field "DateReceive","TimeStarted","ExpectedTimeOfRet urn" "SelectLaboratory" and "ComputerName". the "SelectLaboratory" and "ComputerName" is cascade the value of RoomLocation and ComputerName then the ComputerName will only display the "AVAILABLE" PC in the selected RoomLocation.
My question is it possible that once I select an available PC in "ComputerName" field the Availability of the selected PC will turn to "NOT AVAILABLE" and if the selected computer exceed the time from "TimeStarted" to "ExpectedTimeOfReturn" from the Current time, the AVAILABILITY of the Selected PC will turn to AVAILABLE.
THANKS AND GOD BLESS