Create multiple reports on the one form

P

PeterC

Hello all,
I have a form [Orders Retail] and sub-form [Orders Retail Calulated] which
calulates totals by a query and shows an order with wholesale prices. On that
form I have a command button that creates a report called wholesale order.

I wish to produce another report with the same order information yet
changing the wholesale price to manufacture price. Both these prices are
stored in the same table. Prices are subject to a combo box called model and
type.

Thankyou
 
J

John W. Vinson

Hello all,
I have a form [Orders Retail] and sub-form [Orders Retail Calulated] which
calulates totals by a query and shows an order with wholesale prices. On that
form I have a command button that creates a report called wholesale order.

I wish to produce another report with the same order information yet
changing the wholesale price to manufacture price. Both these prices are
stored in the same table. Prices are subject to a combo box called model and
type.

Thankyou

Base the two Reports on two different queries, one using the wholesale price
and the other using the retail price.

The Form plays no role in this - the report is based on the tables, not on the
form.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top