Simple Query Qestion

rsmonkey

Registered User.
Local time
Today, 14:32
Joined
Aug 14, 2006
Messages
297
I have a Query with 3 fields: BuisnessArea, FileCount and FileSize. None of these values have a unique identifier. What i want to achieve is to have a complete filecount and filesize for each buisness area. Is there a way of doing this without creating a unique identifier for the BuisnessArea or is it a neecessity?

anyhelp is much appreciated.

thanks
 
As you will group on BusinessArea, you'll be fine ;)

RV
 

Users who are viewing this thread

Back
Top Bottom