IamreallyStuck
Technical User
I am new to Access, so this may be easy to do, but it has got me stuck!
I have two fields in a table:
'FilmTitle' and 'Responsibility'
The 'Responsibility' field contains details about Film directors, producers, actors, etc.
What I need is that if the 'Responsibility' field for a record contains either the word 'directed' or 'produced', for the field to be blank in my query, but to show up if these words are not present.
I've used the following criteria in the 'Responsibility' field:
Not Like "directed" And Not Like "produced"
but this method means that the entire record does not display, whereas I still want the record to display, just not the 'Responsibility' field.
Can anyone help me out with this? : )
Lee.
I have two fields in a table:
'FilmTitle' and 'Responsibility'
The 'Responsibility' field contains details about Film directors, producers, actors, etc.
What I need is that if the 'Responsibility' field for a record contains either the word 'directed' or 'produced', for the field to be blank in my query, but to show up if these words are not present.
I've used the following criteria in the 'Responsibility' field:
Not Like "directed" And Not Like "produced"
but this method means that the entire record does not display, whereas I still want the record to display, just not the 'Responsibility' field.
Can anyone help me out with this? : )
Lee.