S
Slez via AccessMonster.com
I have a crosstab query that is pulling data from 4 tables:
Project, which is on the one side of a one-to-many relationship with...
Bid, which is on the one side of a one-to-many relationship with...
Item, which is on the one side of a one-to-many relationship with...
ItemDetail
One of the fields is a calculated field that sums data from the ItemDetail
table.
LineTotalSellPrice: Sum(([Quantity]*([UnitPrice]+[QuoteCost]))*[Markup])
Even if there are no records in the tables Item or ItemDetail, I still need
information to be queried containing records from the tables Project and Bid.
It seems that currently any cases where records don't exist for the
calculated field LineTotalSellPrice to calculate, records from the parent
tables do not get returned. Is this an application where I need to use Nz or
Null functions in my expression? If so, how can it be altered to make this
work? If not, what else might be causing these records not to be returned?
Thanks in advance for any assistance!
Slez
Project, which is on the one side of a one-to-many relationship with...
Bid, which is on the one side of a one-to-many relationship with...
Item, which is on the one side of a one-to-many relationship with...
ItemDetail
One of the fields is a calculated field that sums data from the ItemDetail
table.
LineTotalSellPrice: Sum(([Quantity]*([UnitPrice]+[QuoteCost]))*[Markup])
Even if there are no records in the tables Item or ItemDetail, I still need
information to be queried containing records from the tables Project and Bid.
It seems that currently any cases where records don't exist for the
calculated field LineTotalSellPrice to calculate, records from the parent
tables do not get returned. Is this an application where I need to use Nz or
Null functions in my expression? If so, how can it be altered to make this
work? If not, what else might be causing these records not to be returned?
Thanks in advance for any assistance!
Slez