I have been working on a database to perform some of the tasks that I
have been doing manually in Excel. One of those tasks is to sort and
exclude duplicate data. The fields are as follows
Building
Name or letter
Floor
MAC
Channel
SSID
RSSI
WEP
I would like to perorm the same actions I did in excel but use an
Access query. The actions I performed in Excel are below.
Select ALL and click data->sort->header row, MAC-ascending,
RSSI-descending
Select the "MAC" column and click Data->filter->Advanced
Filter->unique recorders
The sorting part seems pretty easy, but I can't figure out how to
remove all but the first record of each MAC.
The purpose of the query is to display the floor with the highest RSSI
number. This would tell me where to find each Wireless AP.
Any help is appreciated
Thanks,
Mark
have been doing manually in Excel. One of those tasks is to sort and
exclude duplicate data. The fields are as follows
Building
Name or letter
Floor
MAC
Channel
SSID
RSSI
WEP
I would like to perorm the same actions I did in excel but use an
Access query. The actions I performed in Excel are below.
Select ALL and click data->sort->header row, MAC-ascending,
RSSI-descending
Select the "MAC" column and click Data->filter->Advanced
Filter->unique recorders
The sorting part seems pretty easy, but I can't figure out how to
remove all but the first record of each MAC.
The purpose of the query is to display the floor with the highest RSSI
number. This would tell me where to find each Wireless AP.
Any help is appreciated
Thanks,
Mark
Comment