michaeljohannes
Registered User.
- Local time
- Today, 12:24
- Joined
- May 3, 2007
- Messages
- 67
Hello Access Architects!
I am in the process of creating a small-scale database (suitable in Access) that tracks my client's music collection. This is not a CD collection but rather a sheet music collection for a community choir with 20 - 25 singers.
To make things really simple, I will have a table that has the following criteria:
etc... (perhaps more fields)
What I'm curious about is how to set up the database so the main user of the database (likely only going to be two people - the conductor and the librarian) can 'check out' pieces of music for the 20 - 25 people.
Example: Conductor wants to sign out 20 copies of Title_of_music. The conductor knows that 5 are not checked out by looking at the record of the individual piece of music.
Another form will be created so he can see which pieces in his database are checked out, and how many of each are not currently in the library.
I liken this project to a video store, or a community library with many copies of each book.
He has approximately 2000 records (pieces of music) to track.
Can anyone suggest what sort of procedure I can use to track the signing out of each piece of music? I hope my example is clear!
Thank you for all your great ideas in advance
Mike
I am in the process of creating a small-scale database (suitable in Access) that tracks my client's music collection. This is not a CD collection but rather a sheet music collection for a community choir with 20 - 25 singers.
To make things really simple, I will have a table that has the following criteria:
Code:
Composer_name
Composer_dates (birth and death dates)
Title
Season (when it's appropriate to perform)
comments
etc... (perhaps more fields)
What I'm curious about is how to set up the database so the main user of the database (likely only going to be two people - the conductor and the librarian) can 'check out' pieces of music for the 20 - 25 people.
Example: Conductor wants to sign out 20 copies of Title_of_music. The conductor knows that 5 are not checked out by looking at the record of the individual piece of music.
Another form will be created so he can see which pieces in his database are checked out, and how many of each are not currently in the library.
I liken this project to a video store, or a community library with many copies of each book.
He has approximately 2000 records (pieces of music) to track.
Can anyone suggest what sort of procedure I can use to track the signing out of each piece of music? I hope my example is clear!
Thank you for all your great ideas in advance

Mike