Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Adding substring to fields

Status
Not open for further replies.

MatsHulten

Programmer
Dec 29, 2000
180
SE
I need to do an update to certain stringfields in a table, preserving the old values and inserting a substring first.
I.e Old value: 'Anna Olsson', new value 'SE-Anna Olsson'.

The string 'SE-' would be a constant string to be insrted in all of the matching fields.

Any helpful suggestions to how I can do this witout having to export the table into a recordset and modify it outside SQL.

-Mats
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top