Hello Everyone-
I'm a bit of a novice when it comes to Access and I have a bit of a tricky problem that I could use some help with.
In a particular environmnet, there are approximately 5,000 applicatoins and 120,000 PCs. A given PC could have any mix of applications installed on it (on average a PC has about 100 applications).
My database is as follows:
5 fiels: ID # (Primary key), ComputerID, ApplicationID, ApplicationName, ApplicationVersion
There are approximately 12 million records.
So, if my PC (ComputerID=99) is one of the 120k in the environemt, and it has 3 applications (Internet Explorer, Outlook, QuickTime) the records for my PC would look something like this:
ID # ComputerID ApplicationID ApplicationName ApplicationVersion
1 99 0001 Internet Explorer 1.0
2 99 0002 Outlook 2.0
3 99 0003 QuickTime 3.0
What I need to get is the smallest list of applications that accounts for ALL application installs on 60,000 of the PCs.
Obviously, ComputerID and ApplicationID are the fields that I need to be working with, but while I can grasp the basic logic of how to solve the problem I'm struggling to leverage Access to apply it.
Any help would be appreciated.
Thanks!