Sub Form on continuous Forms

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a continuous form which is used for authorising purchase orders. It
shows the following fields:

PurchaseOrderID
PODate
Authorised1By
Authorised2By

The authorised fields are employee initials selected from a drop down menu.
The layout is for a continuous form so that it is easy for the user to
quickly select the person who has authorised each purchase order.
I want to include a subform showing the total value of the purchase order
from a PODetails table. Is it not possible to do this on continuous form
mode?

Thanks
 
No, it is not not possible to do this. :-D

You can display anything in the subform that relates to the data in the main
form. even if the main form is a continuous form. Just place the subform on
the main form.

It's not going to be pretty or understandable by most users, but it can be
done.
 
Back
Top