G
Guest
the report that i am having trouble with is based on a query that works off
of a table and another query. the first table, TBL defect count, has a 1
to many relationship with the second table, tblDefects. the child query adds
together several records from tblDefects. for some reason that i cannot
figure out, if there is no corresponding record in tblDefects, then the
record in TBL defect count is not being used in the report. i think i have a
work around but the workaround is going to be alot of work as it will require
me to add a corresponding record to tblDefects with zero values for the two
input fields and there are about 3 thousand records in
TBL defect count, with about 1800 of those records that do not have a
corresponding record in tblDefects.
any help is appreciated and welcome.
of a table and another query. the first table, TBL defect count, has a 1
to many relationship with the second table, tblDefects. the child query adds
together several records from tblDefects. for some reason that i cannot
figure out, if there is no corresponding record in tblDefects, then the
record in TBL defect count is not being used in the report. i think i have a
work around but the workaround is going to be alot of work as it will require
me to add a corresponding record to tblDefects with zero values for the two
input fields and there are about 3 thousand records in
TBL defect count, with about 1800 of those records that do not have a
corresponding record in tblDefects.
any help is appreciated and welcome.