B
Brad
Thanks for taking the time to read my question.
I wrote some vb script that goes through our server and finds any files that
are larger than size n and writes it to a .csv file. I'm doing this because
our server is running out of space. The server holds users backed up files.
I've imported the data into Access 2000, and now need to make a report to
show the data logically.
My first report is to show duplicate files. So that means either one user
has backed up the same file twice in 2 locations, or different users (2 or
more) have the same file saved in different locations.
Right now I have a report that groups on User, the problem is that when 2
different users are listed as having the same file, only the grouped name
shows up in the detail section and not the other user that also has the file.
My data looks like this:
FilePath FileName FileSize User
G:\UserData\Bob\My Documents\ Test.txt 22.56 Bob
G:\UserData\Fred\My Documents\ Test.txt 22.56 Fred
and so on.
So when I group on User, Bob comes up first and the report lists Bob as
having Test.txt in the detail section but it doesn't show Fred as having it
under the Bob group, which I need so that Bob can see that Fred has a copy
too, and then they can talk and see who should delete their copy.
What do I need to do so that Fred will show up under the Bob section?
Thanks
Brad
I wrote some vb script that goes through our server and finds any files that
are larger than size n and writes it to a .csv file. I'm doing this because
our server is running out of space. The server holds users backed up files.
I've imported the data into Access 2000, and now need to make a report to
show the data logically.
My first report is to show duplicate files. So that means either one user
has backed up the same file twice in 2 locations, or different users (2 or
more) have the same file saved in different locations.
Right now I have a report that groups on User, the problem is that when 2
different users are listed as having the same file, only the grouped name
shows up in the detail section and not the other user that also has the file.
My data looks like this:
FilePath FileName FileSize User
G:\UserData\Bob\My Documents\ Test.txt 22.56 Bob
G:\UserData\Fred\My Documents\ Test.txt 22.56 Fred
and so on.
So when I group on User, Bob comes up first and the report lists Bob as
having Test.txt in the detail section but it doesn't show Fred as having it
under the Bob group, which I need so that Bob can see that Fred has a copy
too, and then they can talk and see who should delete their copy.
What do I need to do so that Fred will show up under the Bob section?
Thanks
Brad