R
Rod ElEd
I would like a command button on a form that will ask
what word(s) to search for in a memo field. This is a memo fields with info
on books. The name of the field is "notes". I have scanned posts
in this group and discovered the following string that
seems to accomplish part of this task:
Like "*" & [What word?] & "*"
I would like to make this very simple for users; they click the button,
answer the prompt questions, hit "enter" and the search executes.
What else do I need in the command?
Where do I put the code after I create the button?
Thanks in advance for any help.
Rod
what word(s) to search for in a memo field. This is a memo fields with info
on books. The name of the field is "notes". I have scanned posts
in this group and discovered the following string that
seems to accomplish part of this task:
Like "*" & [What word?] & "*"
I would like to make this very simple for users; they click the button,
answer the prompt questions, hit "enter" and the search executes.
What else do I need in the command?
Where do I put the code after I create the button?
Thanks in advance for any help.
Rod