Sorry,
Replace([FieldName],"Table 14:","")
--
Good Luck
BS"D
"Ofer Cohen" wrote:
> Hi,
>
> If the 14: never repeat, it only apear in the beginning, you can use the
> Replace function to remove it
>
> Replace([FieldName],"14:","")
>
> ***** In any case, if you goig to update your data, create BACK UP first
> ******
>
>
> --
> Good Luck
> BS"D
>
>
> "Dustin" wrote:
>
> > Hi,
> >
> > I have a parts list that contains this in most of the Part No field, Table
> > 14: DR 1421. I would like to get rid of the Table 14: part that is contained
> > in all most all the records. How do I this with out erasing each one
> > individually?
> >
> > Thanks Dustin
|