Expressions

M

Marko

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 form of validation could I use so only
books not on loan can be borrowed.

and

What expression could I use to prevent a book from being
renewed more than twice by the same student.

Thanks
 
G

Guest

Regarding the first part. You can build your validation inside the table or the properties of that field in the table. Second part, maybe you can run a query with count employee more than once and reference to it everytime a user tries to borrow the same book
 
M

Marko

How would I go about this? What would the validation
expression be?
-----Original Message-----
Regarding the first part. You can build your validation
inside the table or the properties of that field in the
table. Second part, maybe you can run a query with count
employee more than once and reference to it everytime a
user tries to borrow the same book
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Creating expressions 4
Validation/expression 1
Expression help 1
expression and new field on query 5
Renew field for library database 1
Adding to query 5
Help 1
Library Database 1

Top