G
gm
I have a table called incidents that contains a memo field called
DETAILS
I'd like to be able to prompt for a keyword that will return only
records with that keyword in the DETAILS field
For example, if I have the word "late" in the field, I want all
records with "late" in it displayed.
I can get it to work using
Like "*late*" in the criteria field but want to be able to prompt for
different words without creating a specific static query for each.
Thanks
Gary
DETAILS
I'd like to be able to prompt for a keyword that will return only
records with that keyword in the DETAILS field
For example, if I have the word "late" in the field, I want all
records with "late" in it displayed.
I can get it to work using
Like "*late*" in the criteria field but want to be able to prompt for
different words without creating a specific static query for each.
Thanks
Gary