Thanks to all who responded previously to my request for help.
I have now resolved the issue. Hurrah.
The problem lay in the fact the underlying table fields were char
fields and this was resolved in one of two ways.
1. Convert table fields to varchar instead of char OR
2. Use
where varchar(column_name)LIKE

aram + '%'
Thanks again
Jeff