I pass my form to the method. It should iterate the controls and set the MaxLength property of each TextEdit control to the FieldLength of the bound field. It is not doing that. What am I doing wrong?
Thanks,Bill
Thanks for the ideas, I will try to implement Paul's class for the textbox and see how it works.