Fields in forms

L

lesley

Is there a limit to the number of fields that can be added to a form? If so,
what is the limit?
 
L

Linq Adams via AccessMonster.com

I believe the number of fields in a recordset is limited tp 255, which would
be a really, really unwieldly form!

There is also a ***lifetime*** limit of 754, or there abouts, controls on a
form.

***lifetime*** means that Access keeps track of all controls placed on a form,
and counts them, even if they are later deleted.
 
Top