I have a field called [fname] that is the customer's first name. Sometimes it contains a middle ititial as well and I need to get rid of that initial. So sometimes the field contains "Mary" and sometimes it contains "Mary B" for example.
It seems like my solution:
Replace([fname],"* ?","* ")
should work but it doesn't. What am I missing?
It seems like my solution:
Replace([fname],"* ?","* ")
should work but it doesn't. What am I missing?