D
Don
I'm not a strong individual with VBA code; however, let me explain what I
think I know and I'm hoping someone will show and explain in simple enough
terms for this humble grasshopper to understand.
I have a table the the following field names which are all text fields:
[PBH Description]
[Item #]
[AvgMov]
In my query, I want to return the top 5 Abs([AvgMov]) for each change in the
[PBH Description] field. I'd like the query to also match up the [Item #] to
each [AvgMov] returned. Additionally, if I wanted to change the 5 to the top
10%, how would I do this. Also, some of the values in the [AvgMov] column
could be the same value. If they are, I'd like to see all those values if
they make up the top 5 or top 10%.
Just so I understand: does any code you may show me, go into a module that
is referred to in the query? I don't understand this process; however, I'm a
visual person and if I can see how something works, I can use that knowledge
for future uses.
Thanks to anyone that would help me with this.
think I know and I'm hoping someone will show and explain in simple enough
terms for this humble grasshopper to understand.
I have a table the the following field names which are all text fields:
[PBH Description]
[Item #]
[AvgMov]
In my query, I want to return the top 5 Abs([AvgMov]) for each change in the
[PBH Description] field. I'd like the query to also match up the [Item #] to
each [AvgMov] returned. Additionally, if I wanted to change the 5 to the top
10%, how would I do this. Also, some of the values in the [AvgMov] column
could be the same value. If they are, I'd like to see all those values if
they make up the top 5 or top 10%.
Just so I understand: does any code you may show me, go into a module that
is referred to in the query? I don't understand this process; however, I'm a
visual person and if I can see how something works, I can use that knowledge
for future uses.
Thanks to anyone that would help me with this.