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?
Jeff Boyce - 10 Jan 2008 20:11 GMT
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
>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?
Wayne-I-M - 10 Jan 2008 20:15 GMT
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

Signature
Wayne
Manchester, England.
> 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?