i have a query and i want it to pull back just one of the account name instead of having 6 of the same account names showin up but it does not seem to work for me here is my query
Code:
SELECT DISTINCT [Fs_0003_Access_Stats].AccountName, [Fs_0003_Access_Stats].ID, [Fs_0003_Access_Stats].AccessPath, [Fs_0003_Access_Stats].Date, [Fs_0003_Access_Stats].UserName, [Fs_0003_Access_Stats].FileServer, [Fs_0003_Access_Stats].EventCount, [Fs_0003_Access_Stats].EventCountSub
FROM [Fs_0003_Access_Stats] INNER JOIN [T Users] ON [Fs_0003_Access_Stats].AccountName = [TUsers].LID;