hey,
i am building a system for car hiring company. the tables are as follows
tbl: client details
tbl: Car Details
tbl: Hire
hire table contains the following fields
Client ID
Car ID
Hire ID
Start Date
End Date
i want to know when creating the form how do i build the beforeupdate expression so when i try booking a car that is ALREADY on hire for a client, is not rebooked untill the car is returned.
i am building a system for car hiring company. the tables are as follows
tbl: client details
tbl: Car Details
tbl: Hire
hire table contains the following fields
Client ID
Car ID
Hire ID
Start Date
End Date
i want to know when creating the form how do i build the beforeupdate expression so when i try booking a car that is ALREADY on hire for a client, is not rebooked untill the car is returned.
Comment