P
pedro
I have an address field in a database and I would like to replace
abbreviations (Rd, St, Ave etc) with the full text for these abbreviations
(eg Road, Street, Avenue) on the after update event.
I could use the replace function in VBA;
replace([address]), "St","Street")
however this will replace all instances of "St" with "Street" including the
name of the street.
Is there a way to locate the the "St" or "Ave" at the end of the string and
then use the replace function?
thanks
abbreviations (Rd, St, Ave etc) with the full text for these abbreviations
(eg Road, Street, Avenue) on the after update event.
I could use the replace function in VBA;
replace([address]), "St","Street")
however this will replace all instances of "St" with "Street" including the
name of the street.
Is there a way to locate the the "St" or "Ave" at the end of the string and
then use the replace function?
thanks