I have two tables based on bike hire. One table is hire and the other is category(of bike).
The 'Category' table has a 'MaxAvailable' for each bike.
The 'Hire' table has a 'Quantity' of bikes hired box.
I need to put validation into the Hire table in 'Quantity' field that says it cannot be more than the 'MaxAvailable' field in the 'Category' table.
HELP please.
much appreciated.
Paul
The 'Category' table has a 'MaxAvailable' for each bike.
The 'Hire' table has a 'Quantity' of bikes hired box.
I need to put validation into the Hire table in 'Quantity' field that says it cannot be more than the 'MaxAvailable' field in the 'Category' table.
HELP please.
much appreciated.
Paul
Comment