Hi,
I'm building a database for a friend of mine who owns a tool hiring shop.
I've create tables and forms (all unbounded objects) which update by DAO.I've stuck with a problem and cannot figure it out.
Table fields are as follows:
clientid; tooolId; datePeriodFrom; PeriodTo
How can I allert the user when he tries to book a tool when it's already booked.
example;
this data is already stored in table field
client1 tool001 1-1-08 to 31-1-08.
new data to be posted
client2 tool001 23-1-08 to 10-2-08 should result in a warning
Thanks in anticipation
Kenneth Agius
I'm building a database for a friend of mine who owns a tool hiring shop.
I've create tables and forms (all unbounded objects) which update by DAO.I've stuck with a problem and cannot figure it out.
Table fields are as follows:
clientid; tooolId; datePeriodFrom; PeriodTo
How can I allert the user when he tries to book a tool when it's already booked.
example;
this data is already stored in table field
client1 tool001 1-1-08 to 31-1-08.
new data to be posted
client2 tool001 23-1-08 to 10-2-08 should result in a warning
Thanks in anticipation
Kenneth Agius