Update query

G

guidop12

I really can't think today, I have a table that has a Title/Prefix field
which contains both Titles and Prefixes(ex:president for title and Mr. and
Mrs. for prefixes) I would like to take all the Mr and Mrs out of the field
and update them to a field called prefix.
I thought I could use an update query with the following
Field Title/prefix
Tbl cpyOutlook
Update to Prefix
Criteria Like "m*"
but that just takes all the m's but doesn't put them in the prefix field

Can anyone help
thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top