Forum Moderators: coopster
I have a form, through which one field is a text box. In this field several people are going to be adding notes. Obviously if I declare the variable for that field a varchar it has a limit of 255 characters (to my understanding anyways).
What I want to know is... Is there another variable type that I can declare this variable so that should 3 people update this field and need 500 Characters it will save it to the database? Or is 255 the limit?
Thanks!
Modern Merlin