C
ChrisP
I have a report that basically a service bill. It
displays a client's case and all the issues related to
that case. Each issue can contain parts.
The report is arranged like this; I have an Issue Header
which will repeat all the Issue info for that particular
case of this client. I have a Detail header which repeats
all the Parts that are used in that issue.
I want to set a condition in my report that will NOT
display the part if the serial# = 0. The serial# is text
data type.
I did this because the report is running off my query
which will not display the right records unless there are
parts for that issue. So i set a DUMBY part with serial#
0. Now everything is dandy, but my report is showing the
DUMBY part.
I have no idea how to set a condition in a report to now
display the Detail section, which contains part info, if
the part's serial# = 0.
Thanks for your help ahead of time,
Chris
displays a client's case and all the issues related to
that case. Each issue can contain parts.
The report is arranged like this; I have an Issue Header
which will repeat all the Issue info for that particular
case of this client. I have a Detail header which repeats
all the Parts that are used in that issue.
I want to set a condition in my report that will NOT
display the part if the serial# = 0. The serial# is text
data type.
I did this because the report is running off my query
which will not display the right records unless there are
parts for that issue. So i set a DUMBY part with serial#
0. Now everything is dandy, but my report is showing the
DUMBY part.
I have no idea how to set a condition in a report to now
display the Detail section, which contains part info, if
the part's serial# = 0.
Thanks for your help ahead of time,
Chris