Please help - Maxrecords in a subform

  • Thread starter Thread starter Ben Adams
  • Start date Start date
B

Ben Adams

I would like to restrict the maxrecords in a subform
through a button on the main form. Maxrecords requires a
string name for the form, and thus it can't find the form
because it isn't "open"

How can I restrict the number of records a user can enter
in a subform?

Thanks
 
This may be over simplified, but can you put a max records
limiter on the subform's open event?
 
The subform is always open, and I need the maxrecords
property to change when the main form's record changes

????
 
See thread: "Not allow more than 3 records in subform" in this group, today
(29 Jan).

BUT, none of these requests to limit the # of records in a subform, make
much sense to me :-) Why do you actually want such a limit?

HTH,
TC
 
Back
Top