ник: dmsrv803
MaxRecords Property
See AlsoApplies ToExampleSpecifics
Specifies the maximum number of records that will be returned by:
Example
To return the MaxRecords property for a form, you can use the following:
Dim l As Long
l = Forms(formname).MaxRecords
To set the MaxRecords property, you can use the following:
Forms(formname).MaxRecords = numrecords
это из хелпа. Но свойство не работает.