I have a table with several memo fields. All defined with required = No and AllowZeroLength = Yes
I can add 10 spaces to a memo field thru VBA, but if I then try to change the same field thru a form by adding one more space, I end up with a field containing Null.
Can anybody tell me how I can add spaces and nothing else to a memo field in a form ?
I can add 10 spaces to a memo field thru VBA, but if I then try to change the same field thru a form by adding one more space, I end up with a field containing Null.
Can anybody tell me how I can add spaces and nothing else to a memo field in a form ?