Tracking Items Lent and Returned or Outstanding

TheToeOfPooh

Active Member
Joined
May 21, 2004
Messages
254
It has been a while since I did any work with Access so any help will be very much appreciated.

I have been asked to produce a simple database to track the issues and returns of manuals and books (ISDN Nos are not used).

I have three tables
tblBooks
Title, Author,Ref

tblRecipients
Surname, Firstname,Function,Job Title and other associated fields

tblLoanAndRecipients
This will include most field from tblRecipients,
the Title field from tblBooks - from a query I have created against tblBooks
plus
4 extra data entry fields comprising
DateIssued Default value is Now()
DateDue When the loan period has expired, can't be blank
DateReturned When item recieved back into the library
A Memo field For Notes

The problem I have
I would like the user to be able to select a Surname, FirstName and Location using DropDown options (using Lookups to either the tblRecipients or related query), and then the rest of the values to be automatically displayed if there is a match found.

I will then aim to create a query - to drive a report - on books outstanding
e.g.
If
field DateReturned is Blank
and
field DateDue is older than Today()
Then
List selected details including any notes.

Can anyone help me to automate the lookups or sugest a more efficient way of accomplishing this task?

Thank you in advance.

Bernard
 

Excel Facts

How to calculate loan payments in Excel?
Use the PMT function: =PMT(5%/12,60,-25000) is for a $25,000 loan, 5% annual interest, 60 month loan.
After some debate the user's expectations have been modified to accept drop down options for each field.

I have used a series of queries to allow selection of relevant data from the source tables and applied the Unique Value only option within these queries.

Once I had appied a Is Nul criteria
to select all records where the Date Returned field is empty
the whole application started to make sense.

So please view this question as Closed unless anyone has any helpful tips they wish to add.

Bernard
 
Upvote 0

Forum statistics

Threads
1,221,840
Messages
6,162,311
Members
451,759
Latest member
damav78

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top