C
ChrisP
I have a Query that is like a Service Bill and I use it
for a Report that is a service bill that I want to print
out.
My query is working fine, but a minor flaw.
I have a Case which contains Issues. These Issues can
contain parts or not. My query displays all the Issues
for a particular case, but the way I set it up when
adding the Issue_Parts table it will only display issues
that contain parts.
(1)I want to be able to display All the Issues with or
without their parts for a specific Case.
This is basically between 3 tables; Case_t, Case_Issue_t,
and Case_Issue_Parts_t.
I have gone so far as to create a DUMBY part record in
the Case_Issue_Parts_t if an Issue doesn't have a part.
One idea I have is to display what my query is displayin
now as long as the Serial# not = 0, which signifies the
DUMBY part.
(2)How can I do this?
Also, if the DUMBY part idea isn't a good solution. How
can I set it up to display what I asked in (1)? Lastly,
any ideas even if the DUMBY part is a good idea?
Thanks ahead of time
for a Report that is a service bill that I want to print
out.
My query is working fine, but a minor flaw.
I have a Case which contains Issues. These Issues can
contain parts or not. My query displays all the Issues
for a particular case, but the way I set it up when
adding the Issue_Parts table it will only display issues
that contain parts.
(1)I want to be able to display All the Issues with or
without their parts for a specific Case.
This is basically between 3 tables; Case_t, Case_Issue_t,
and Case_Issue_Parts_t.
I have gone so far as to create a DUMBY part record in
the Case_Issue_Parts_t if an Issue doesn't have a part.
One idea I have is to display what my query is displayin
now as long as the Serial# not = 0, which signifies the
DUMBY part.
(2)How can I do this?
Also, if the DUMBY part idea isn't a good solution. How
can I set it up to display what I asked in (1)? Lastly,
any ideas even if the DUMBY part is a good idea?
Thanks ahead of time