Jump to content

List of Items not borrowed for a specific period!


TADIS

Recommended Posts

Hey,I am using the following code:SELECT v_Catalogue.Date_Borrowed, v_Catalogue.Title, v_Catalogue.AuthorFROM v_CatalogueWHERE (((Not Exists (SELECT Date_Borrowed FROM v_Catalogue WHERE Date_Borrowed BETWEEN ? and ?))));to try and find a list of books that have not been borrowed between a certain period (dates entered by a user: 'date from' and 'date to').The sql statement does not work properly and I am having trouble trying to get it to work.Any suggestions please??Thanks

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...