Hello all.
I am in the process of upgrading an MS database. The text fields in the old database are 200 characters large. I want to count the largest entry in the fields and make the new fields (replacing the old one) 10 characters larger.
For example, if the largest text entry in a field is "hello world" then the field size is 11, and I will make the new field 21. This will cut the size of the database 179 characters per record. The extra 10 characters are a safety net for new records.
Does anyone have a freeware tool to show the largest entry in a field or have a script? I'm not a VB programmer.
I am in the process of upgrading an MS database. The text fields in the old database are 200 characters large. I want to count the largest entry in the fields and make the new fields (replacing the old one) 10 characters larger.
For example, if the largest text entry in a field is "hello world" then the field size is 11, and I will make the new field 21. This will cut the size of the database 179 characters per record. The extra 10 characters are a safety net for new records.
Does anyone have a freeware tool to show the largest entry in a field or have a script? I'm not a VB programmer.