Hi,
I have a field with the same string value....
(a hyperlink actually, with this as the string:
"<a href= ../asp/query_cover.asp?WSD_size=6&WSD_code=020503 target=_blank><b>Run Query/View Chart</b></a>"
....copied to each record. For each record, I need to replace the part "020503" with the string found in the "ID" field (So the replacement is the unique record id).
So I can't do a simple, update query because only part of the string is being replaced not all.
Can someone help with either figuring out a modification to an update sql or a vba loop through the records that will help accomplish this.
Thanks in advance,
Treg
I have a field with the same string value....
(a hyperlink actually, with this as the string:
"<a href= ../asp/query_cover.asp?WSD_size=6&WSD_code=020503 target=_blank><b>Run Query/View Chart</b></a>"
....copied to each record. For each record, I need to replace the part "020503" with the string found in the "ID" field (So the replacement is the unique record id).
So I can't do a simple, update query because only part of the string is being replaced not all.
Can someone help with either figuring out a modification to an update sql or a vba loop through the records that will help accomplish this.
Thanks in advance,
Treg