<P><BR>Virginia,</P>
<P>What you could do is something like the following :</P>
<P>Dim MyDocNo as String</P>
<P>MyDocNo = Mid(yourfieldname,Instr(yourfieldname,"DS-"),16)</P>
<P>Replace (yourfieldname,MyDocNo, "")</P>
<P>yourotherfield = MyDocNo</P>
<P>this should work, please remember to back up your table etc before trying it</P>
<P>Paul Hartland<BR><BR><BR></P>
<BLOCKQUOTE style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #ff0000 2px solid">Message date : Sep 24 2003, 02:02 PM <BR>From : Hollis,Virginia <HOLLISVJ@PGDP.USEC.COM><BR>To : 'Access Developers discussion and problem solving' <ACCESSD@DATABASEADVISORS.COM><BR>Copy to : <BR>Subject : [AccessD] Find a Word & Put in New Field <BR>This is a real challenge... <BR><BR>Is it possible to search a field for certain text, remove the word for <BR>placement in another field? <BR><BR>We have a part description that lists the document number in the <BR>description. The document numbers are all the same length and all start with <BR>DS-, (ex: DS-MDD-15987-001). But the document number might be anywhere in <BR>the description. The document number needs to be separated out into a field <BR>by itself. <BR><BR>There are over 3,000 records & I really don't want to sit here for days <BR>doing a copy & paste to move the number to a new field. <BR><BR>Any ideas? Or can this be done at all? <BR><BR>Virginia <BR>_______________________________________________ <BR>AccessD mailing list <BR>AccessD@databaseadvisors.com <BR>http://databaseadvisors.com/mailman/listinfo/accessd <BR>Website: http://www.databaseadvisors.com <BR></BLOCKQUOTE>