L
lance carter via AccessMonster.com
So for instance a column of 200 company names. They are chosen by the user
from a listbox to be entered into the table.
Let's say one company X appears 20 times, company Z appears 13 times. I
would like to list them by top 5 ie:
1 Company x (20)
2 Company Z (13)
3 ...
4
5
I would ideally like to do this within the control data dialog box, as I'm
a little weak on 'Queries'. Otherwise I'm comfortable with VBA code if it
can be done programatically.
I'm many hours into googling, searching, reading access help and here..and
finally gave up. Any help very gratefully received.
from a listbox to be entered into the table.
Let's say one company X appears 20 times, company Z appears 13 times. I
would like to list them by top 5 ie:
1 Company x (20)
2 Company Z (13)
3 ...
4
5
I would ideally like to do this within the control data dialog box, as I'm
a little weak on 'Queries'. Otherwise I'm comfortable with VBA code if it
can be done programatically.
I'm many hours into googling, searching, reading access help and here..and
finally gave up. Any help very gratefully received.