Will it be that there is a form of to incapacitate or to change the pattern?
I need to capture those spaces, that the user will type and I don't know how
many they will be.
That is going to be a very difficult problem for the user! Do you mean
that you want them to be able to type
Abc
Abc
Abc
Abc
and have these four fields all interpreted and displayed as different
strings?
I *BELEIVE* that you can create a Fixed Char field in an Access table
using the ALTER TABLE statement:
ALTER TABLE mytable
ALTER FIELD fieldname Char(50);
This will change the field from a Text field - which has blanks
removed - to a Char field, which is always 50 bytes long. I do not
know if the Len function will work as you wish though.
Would it be possible for the user to put some character at the end to
indicate that the string is complete, such as this?
Abc\
Abc \
Abc \
Abc \
John W. Vinson[MVP]
Join the online Access Chats
Tuesday 11am EDT - Thursday 3:30pm EDT
http://community.compuserve.com/msdevapps