your table design looks correct to me. it matches a common example of
relational design: Customers, Orders (LayBys), Products (Artwork),
OrderDetails (LayByDetails), and OrderPayments (LayByReceipts).
Customers 1:n Orders
Orders 1:n OrderDetails
Products 1:n OrderDetails
Orders 1:n OrderPayments
> The way I have it, it just doesn't seem to work.
pls describe the problem(s) you are experiencing in some detail.
hth
> Hi,
>
[quoted text clipped - 33 lines]
> Cheers
> Jen
Jenny Lee - 15 May 2005 04:58 GMT
Hi
Thanks for your quick response. I had no problem creating the layby form
and and making payments, The problem is in my report. The report shows
customer details layby details and payments recieved. The trouble is that
if there is one artwork on layby and that layby has many payments, the
report shows that particular piece of artwork as many times as there is a
payment. example: if Layby#25 has recieved 5 payments then on the report
the Artwork is listed 5 times.
Duane Hookom - 15 May 2005 05:11 GMT
Consider using a subreport for the payments.

Signature
Duane Hookom
MS Access MVP
> Hi
> Thanks for your quick response. I had no problem creating the layby form
[quoted text clipped - 4 lines]
> payment. example: if Layby#25 has recieved 5 payments then on the report
> the Artwork is listed 5 times.
tina - 15 May 2005 08:12 GMT
sounds like the Artwork and Payment controls are in the report's Detail
section. try opening the report in design view. click on the Artwork control
to select it, and open the Properties box. set the HideDuplicates property
to Yes.
or, as Duane said, consider using a subreport for the payments.
hth
> Hi
> Thanks for your quick response. I had no problem creating the layby form
[quoted text clipped - 4 lines]
> payment. example: if Layby#25 has recieved 5 payments then on the report
> the Artwork is listed 5 times.
Jenny Lee - 15 May 2005 13:01 GMT
Thanks,
You are a legend! I have been racking my brains for so long and your
solution was so simple!! I set the Artwork property box to hide duplicates
and now everything is working as it should.
Thanks again
jen
tina - 16 May 2005 01:45 GMT
you're welcome! :)
> Thanks,
>
[quoted text clipped - 4 lines]
> Thanks again
> jen