K
Klaas
I have an update query with a Replace function to remove all characters
after the first space in a field, myfield:
Replace ([myfield], " *", "")
The asteriks doesn't work in this function, and other wildcards don't work
either. Without wildcards, Replace works fine. Is this a common feature of
the Replace function? How can I solve this wildcard problem in my update
query? Any hint to a solution is appreciated greatly.
Klaas
after the first space in a field, myfield:
Replace ([myfield], " *", "")
The asteriks doesn't work in this function, and other wildcards don't work
either. Without wildcards, Replace works fine. Is this a common feature of
the Replace function? How can I solve this wildcard problem in my update
query? Any hint to a solution is appreciated greatly.
Klaas