Bronte1226
Technical User
I am trying to remove part of a string from each field that matches my criteria. The part that I want to remove is at the end of the string.(I am trying to remove somthing like "Apt 320" from a string that at the begining reads "First Street Apt 320" I have figured out how to select the part that I want, but istead of removing it, I am keeping that part! I have switched it around and need help turning this expression around the right way. Here is what I have so far:
Field: LocationStreetName
Table: Meters_11_8_02
Update To: Right([Meters_11_8_02]![LocationStreetName],6)
Criteria: Like "* Apt *" Or Like "* Unit *" Or Like "* Bldg *" Or Like "* Ste *"
I am open to different approches to the situation at hand as well. Can anyone help? Thanks!
Field: LocationStreetName
Table: Meters_11_8_02
Update To: Right([Meters_11_8_02]![LocationStreetName],6)
Criteria: Like "* Apt *" Or Like "* Unit *" Or Like "* Bldg *" Or Like "* Ste *"
I am open to different approches to the situation at hand as well. Can anyone help? Thanks!