|
|
| Author |
Message |
TrypWyr
Joined: 22 Jan 2007 Posts: 2
|
Posted: Mon Jan 22, 2007 6:13 am Post subject: Total disks in collection? |
|
|
I apologize if there is an article about this, I couldn't find it...
I'm looking for a way to determine the total amount of disks in my collection, not just the total amount of movies. Is there a way to do this?
Thanks!
TrypWyr |
|
| Back to top |
|
 |
MD
Joined: 08 Aug 2006 Posts: 108
|
Posted: Mon Jan 22, 2007 8:11 am Post subject: Re: Total disks in collection? |
|
|
| TrypWyr wrote: | I apologize if there is an article about this, I couldn't find it...
I'm looking for a way to determine the total amount of disks in my collection, not just the total amount of movies. Is there a way to do this?
Thanks!
TrypWyr |
If you have MS Access, you can open the amm file (make a backup before you do this) and run this query | Code: | | SELECT Sum(movies.mediacount) FROM movies; |  |
|
| Back to top |
|
 |
TrypWyr
Joined: 22 Jan 2007 Posts: 2
|
Posted: Mon Jan 22, 2007 4:11 pm Post subject: |
|
|
Wow... I'm am definitely not an Access guy! But with the help of our resident developer, I got it figured out. (Prolly doesn't help that I'm testing Office 2007!)
Thank you!
Tryp |
|
| Back to top |
|
 |
|