Report detail does not show data from subform

I

Ivan

I designed a simple invoice report from a query. In the query, for the
primary key under criteria I put:

[Forms]![Order_Advantage]![Order_ID]

I was told to put a command button for report preview on my Orders form
while its open. The report header and page header show data from the form,
but the details section that contains Order_Details fields (such as quantity,
and price) is BLANK.

All fields on the report are from the query. The query just contains all
the fields required with the tables and their relations above!

Thanks everyone!
 
Top