Ezzerthegreat
New member
- Local time
- Today, 22:30
- Joined
- Jan 31, 2005
- Messages
- 3
I am developing a library loan application but I'm having trouble with the loans table.
The fields in my loan table include Required Return Date, Actual Return Date, Returned (Yes/No) (so I can run queries aginst this table to determine books that are not returned and overdue) and Overdue (Yes/No) (Again so I can use .
I need an expression that calculates whether or not the book is over due based on "Todays" date and the Required Date of Return.
How would automate changing the Returned Field to Yes based on the presence of a date in the Actual Return date. Also how would I change the overdue field to "Yes" if the Actual Return Date was found to be greater than the Required Return Date.
The fields in my loan table include Required Return Date, Actual Return Date, Returned (Yes/No) (so I can run queries aginst this table to determine books that are not returned and overdue) and Overdue (Yes/No) (Again so I can use .
I need an expression that calculates whether or not the book is over due based on "Todays" date and the Required Date of Return.
How would automate changing the Returned Field to Yes based on the presence of a date in the Actual Return date. Also how would I change the overdue field to "Yes" if the Actual Return Date was found to be greater than the Required Return Date.