C
Cool J
HI there, I currently have a database which records book
Loans.
I am creating a Loan query which currently has the
fields:
Student Name
Book Number
Loan Date
Loan Due
Loan Returned
Days Late
Fine Amount
What expression or validation could I use so only
books not on loan can be borrowed. Where would I add this?
and
What expression could I use to prevent a book from being
renewed more than twice by the same student. How do I
actually do this step by step?
Thanks
Loans.
I am creating a Loan query which currently has the
fields:
Student Name
Book Number
Loan Date
Loan Due
Loan Returned
Days Late
Fine Amount
What expression or validation could I use so only
books not on loan can be borrowed. Where would I add this?
and
What expression could I use to prevent a book from being
renewed more than twice by the same student. How do I
actually do this step by step?
Thanks