The_Vincester
Registered User.
- Local time
- Today, 10:12
- Joined
- Jun 6, 2006
- Messages
- 71
I have a large database that I need to add a "Team" (Pacific, Easter, Central) in front of each entry. Each enter has the name of an Editor, which is easy enough since they are assigned teams and another table has their names with the team they are assigned.
The tough part (for me) is that sometimes they used a "*" at the end of the names to indicate that it had a certain property (shared with someone else).
The thing is, I can get the query to show the names with the "*" at the end.
Is there a Like statement that I could use? I've tried a lot of different things, but nothing seems to be working.
The tough part (for me) is that sometimes they used a "*" at the end of the names to indicate that it had a certain property (shared with someone else).
The thing is, I can get the query to show the names with the "*" at the end.
Is there a Like statement that I could use? I've tried a lot of different things, but nothing seems to be working.