B
bill
Is it possible to have data in a report that comes from
more than 1 query?
If so, how?
Thanks
Bill
more than 1 query?
If so, how?
Thanks
Bill
-----Original Message-----
I do have 1 query containing all of the data I need,
however, I need to be able to report on the data in both
a record format and in a summary format. I cant figure
out how to put a condition on a control source property,
such as
sum(Abs([FPI]=5)) when [forms]![formVar]![value] = [jobno].-----Original Message-----
I doubt that it is possible, but even if it is, why would
you want to do that? If the several queries contain all
of the needed data, just make one query containing all of
the fields, and use that as the record source.
.
bill said:I do have 1 query containing all of the data I need,
however, I need to be able to report on the data in both
a record format and in a summary format. I cant figure
out how to put a condition on a control source property,
such as
sum(Abs([FPI]=5)) when [forms]![formVar]![value] = [jobno]-----Original Message-----
I doubt that it is possible, but even if it is, why would
you want to do that? If the several queries contain all
of the needed data, just make one query containing all of
the fields, and use that as the record source.
.