SirDrums
08-19-2009, 09:55 AM
I am no where near an expert in access so please bear with me here...
I was wondering if there is a way you can put some code in a text box that is inside a grouping that bypasses the grouping?
For example, I have a report that has two groups in it. It works fine for the most part. The problem seems to be that some of the data I need is filtered out by the grouping.
More detail:
I have a Pipe number that has a one to many relationship.
I use the first group to hide the Pipe numbers that are repeating.
the data that the Pipe number is related to has some fields that are the same
For example- the Pipe may have several sizes and those sizes can repeat accross sections of pipe. so you can have 5 rows in the query that say 6" for the size and three more that say 8". ( I hope you are stil with me here)
On the report they only want to see the size one time, so I use the second group for the size so You see something like this:
Pipe Number:
6"
8"
Problem is, there is a field in those rows that tell you where that particular piece is coming from and going to. In particular one that that tells where the pipe (as a whole) starts and ends.
So the report would look like this:
Pipe Number:
Start:
End:
6"
8"
Sometimes by grouping by size the rows of data that has the start end info gets filtered out.
Which is why I am wondering if there is a way to put code in a text box that can some how display this filtered out data without changing the format of the report (I ie show a runsize multiple time so I can get the data)
Make any sense whatsoever?
I will try and clear stuff up if I need to so please just ask. :)
I was wondering if there is a way you can put some code in a text box that is inside a grouping that bypasses the grouping?
For example, I have a report that has two groups in it. It works fine for the most part. The problem seems to be that some of the data I need is filtered out by the grouping.
More detail:
I have a Pipe number that has a one to many relationship.
I use the first group to hide the Pipe numbers that are repeating.
the data that the Pipe number is related to has some fields that are the same
For example- the Pipe may have several sizes and those sizes can repeat accross sections of pipe. so you can have 5 rows in the query that say 6" for the size and three more that say 8". ( I hope you are stil with me here)
On the report they only want to see the size one time, so I use the second group for the size so You see something like this:
Pipe Number:
6"
8"
Problem is, there is a field in those rows that tell you where that particular piece is coming from and going to. In particular one that that tells where the pipe (as a whole) starts and ends.
So the report would look like this:
Pipe Number:
Start:
End:
6"
8"
Sometimes by grouping by size the rows of data that has the start end info gets filtered out.
Which is why I am wondering if there is a way to put code in a text box that can some how display this filtered out data without changing the format of the report (I ie show a runsize multiple time so I can get the data)
Make any sense whatsoever?
I will try and clear stuff up if I need to so please just ask. :)