OK, open a table using ACCESS and in a text field type
" This is a test. "
Move out of the field.
Move back into the field at the very end.
Where is the cursor? I think you will find it is at the period.
Your example didn't use the keyboard to input the data into a field in a table
(or a control on an ACCESS form) it used an SQL statement to populate the
field without the interface of an ACCESS table, query or form.
In other words, JET (the native db for Access) can store trailing spaces. In
most cases the Access input is done via a keyboard into a form, query
datasheet view, or table datasheet view. Access seems to automatically strip
any trailing spaces.
So if you are using the JET engine, but not ACCESS, then you can have trailing
spaces stored in the table.
At this point, I think we need to get back to the original question and
original poster - unless you are the original poster. I don't think you are,
since the knowledge you have displayed to this point indicates to me that you
would have no problem solving the original question.