I want to create a General Notes field in my program.
I have heard that MEMO fields become unstable and so I want to create the largest text field I can (254 chars).
If I use a MEMOEDIT (for multi-line editing) function, and the user types more than 254 chars, it simply truncates it, which is not user friendly. I want it to BEEP and restrict the amount he can type (like edit fields do).
1. Am I wrong about Memo fields?
2. Can I use a Character field in this way? (or is there a better way)