R
Rick
I've read several posts about this subject but everybody is trying to do
something much more complicated then what I need. What I want would appear
to be quite simple but I can't seem to figure it out. Here is what I've got
I have a table for movies. I want to run a query that will list records in
the table based on a field for media type (vhs, vcd, dvd, etc.) and then
sort by the movie name. I want a column that displays the running count of
the records.
1 Movie 1
2 Movie 2
3 Movie 3
I've tried to use Count and DCount but all I get in the column is the total
number of records instead.
242 Movie 1
242 Movie 2
242 Movie 3
If anybody has an idea, please let me know.
Rick
(e-mail address removed)
something much more complicated then what I need. What I want would appear
to be quite simple but I can't seem to figure it out. Here is what I've got
I have a table for movies. I want to run a query that will list records in
the table based on a field for media type (vhs, vcd, dvd, etc.) and then
sort by the movie name. I want a column that displays the running count of
the records.
1 Movie 1
2 Movie 2
3 Movie 3
I've tried to use Count and DCount but all I get in the column is the total
number of records instead.
242 Movie 1
242 Movie 2
242 Movie 3
If anybody has an idea, please let me know.
Rick
(e-mail address removed)