Sub-form not continuous when in main form

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

Guest

I have a form with customer information. (Cust ID, Name, Address, Phone)

I have a sub-form that has specific order information, with a few basic
fields (Order ID#, Date, Order $ Amount, CustomerID{hidden/not visible}), and
a "Details" button next to the order line item that takes us to a more
detailed account of the order.

When I'm in just the sub-form, and I open it, it pulls up each order record,
with the detail button next to each line item, in continuous format like I'd
like. When I filter by the Customer ID, it brings up just the ones that I
want.

When I'm on the main customer view form, the order sub-form only shows one.
Is there possibly a form property on the main form or the sub-form that might
be causing this?

I want it to view continuously, and don't want the users to have to hit
navigation keys to look at all of them.
 
I want it to view continuously, and don't want the users to have to
hit navigation keys to look at all of them.

If I remember correctly it is not possible to have a continuous subform.
 
Back
Top