Hi,
I am trying to add an address field in a report. The database has the address in City, State, Zip format. I only need to display the city in the report. How can I trim off the state and zip? I tried the Left(), but this will help only if I know the exact length of the city name (it is for different city names in the state).
I am trying to add an address field in a report. The database has the address in City, State, Zip format. I only need to display the city in the report. How can I trim off the state and zip? I tried the Left(), but this will help only if I know the exact length of the city name (it is for different city names in the state).