continuous view in form and subform

M

Miha

Hello

How can I make continuous view in form and subform at the same time? The
magician won't let me.

Thx, Miha
 
A

Allen Browne

You can't do that.

You can place 2 subforms on an unbound form:
- the first is bound to the main table;
- the second to the related table;
- the second shows the records related to the selected records in the first.

For an example, open the Northwind sample database, and see how the Customer
Orders form is designed.
 
Top