Allow Field value as per define in table field

1:
Set the fieldlength in the table itselt (not a good idea is a standard-table!)

2:
Use OnValidate-trigger (table or form) to either cut of 35+ characters og to throw an error (recommended)

3:
On the form, create a variable (Text 35) and use this one for input.

There are probably some other ideas out there…