|
J
|
Jane 3/17/2010 |
|
Hi, values("FieldName") = Replace(values("FieldName"),"the","") |
|
|
S
|
suprapen author 3/18/2010 |
|
Hi, use Before record added event on the Eventstab to remove all unnecessary words from the field value. Here is just a sample: values("FieldName") = Replace(values("FieldName"),"the","")
|
|