Access 2003 syntax
Can anyone help with the following problem concerning Operator syntax please. Access Help and Alison Balti's Mastering Access 2003 do not enlighten.
Problem
I have a field in a query for MemberType in a membership database.
Member Types are designated in a single field by single characters separated by a space.
A member may have more than one member type (e.g. Gold member G and Founder member F).
I can use the Access Like Operator to set criteria e.g:
Like [Enter Member Type] & "*"
to open a window, then enter the single character, e.g. G, to display the selection of Gold members, but this only displays the members where G is the first character in the field. If the character is in the field is not the first character the member is not displayed.
I believe I need to deploy the In Operator to display the Member Type wnen the relevant character isin any part of the field. I have tried all sorts of syntax e.g. In [Enter Member Type] & "*", but get messages such as In operator needs parentheses. But if I add parentheses - (In) - I get a message Too many parentheses.
And many other variations on the same theme.
Can anybody put me right please?
Richard Tetley

Can anyone help with the following problem concerning Operator syntax please. Access Help and Alison Balti's Mastering Access 2003 do not enlighten.
Problem
I have a field in a query for MemberType in a membership database.
Member Types are designated in a single field by single characters separated by a space.
A member may have more than one member type (e.g. Gold member G and Founder member F).
I can use the Access Like Operator to set criteria e.g:
Like [Enter Member Type] & "*"
to open a window, then enter the single character, e.g. G, to display the selection of Gold members, but this only displays the members where G is the first character in the field. If the character is in the field is not the first character the member is not displayed.
I believe I need to deploy the In Operator to display the Member Type wnen the relevant character isin any part of the field. I have tried all sorts of syntax e.g. In [Enter Member Type] & "*", but get messages such as In operator needs parentheses. But if I add parentheses - (In) - I get a message Too many parentheses.
And many other variations on the same theme.
Can anybody put me right please?
Richard Tetley
