I've got a question regarding query parameters:
I am trying to filter the master data for items whivh have a specific text sting at the end.
I was experimenting with using 'Right([category],5)' as part of the expression but I always ge #Error as a result, even if I try to get the 5 right-most characters.
Is there something similar to 'Like "...."', which works fro the back end of the text? Or am I trying to approach this from the wrong direction.
I am using Access '97
Thanks in advance
I am trying to filter the master data for items whivh have a specific text sting at the end.
I was experimenting with using 'Right([category],5)' as part of the expression but I always ge #Error as a result, even if I try to get the 5 right-most characters.
Is there something similar to 'Like "...."', which works fro the back end of the text? Or am I trying to approach this from the wrong direction.
I am using Access '97
Thanks in advance
Comment