I'm having a brain problem, LoL! I had a guy email me that the Category field isn't wide enough. The Category table is just a lookup table for Clients/Contacts. He just wanted to add a category: Federal, State or Local Govt. which is longer than 20 char. I changed it at the table level to a field length of 35. But, he can't type in the DBGrid more than the original 20 chars. This procedure is just a small form for maintaining just this Category with a DBNav, DBGrid and a Save and Close button.
I've done this before but can't find where to make the grid allow the user to type more than the original 20 chars. It has just two data components, DBCat and DSCat. If I popup the DBCat and click on the field defs. and click on Category, it's size is 35 which is correct, not 20.