Count

  • Thread starter Thread starter hfarrow
  • Start date Start date
H

hfarrow

I run a small library for our division, I need be able to count how many
times things are checked out. Can anyone offer help as how to do this?
 
It all starts with the data.

This newsgroup provides support for Microsoft Access, the relational
database. What system is your library using?

Regards

Jeff Boyce
Microsoft Office/Access MVP
 
Hi

Create a table with with time in time out fields and link it to the book
table rimary field.

You would not need to "do" anything when the book was taken out just add an
AfterUpdate event to the normal process and use this to add Now() to the
In/Out table
 

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

Back
Top