Limit number of Records in Continous form

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

Guest

1.How can i Limit the Number of records to be displayed in continous form
actually i want ony 2 set of records to be displayed

2.In a sub for
Can we display 2 sets of records one next to other in vertical column

Please help me
Thanks in advance
 
Anita,

1. You could base your form on a "SELECT TOP 2" statement.
1a. You could make the size of the form just big enough to show 2 records.
2. You could make two continuous subforms and put them next to each
other, and design their dimensions so that their "rows" are the same height.

Pavel
 
Back
Top