A real easy one I think??*12809

  • Thread starter Earl.AKA J.Alladien in access forum!!
  • Start date
D

Danny Lesandrini

Display where? In a report?

If the text "E-mail: " doesn't belong, why not just strip it out with an UPDATE query?

For a report, you can dynamically strip it by using one of these functions ...

ControlSource of text box = Replace(,"E-mail: ","")
or
ControlSource of text box = Mid([Email], 9)
 
M

MikeJohnB

Ahhhh, I see said the Blind Man

Thanks
--
Advice to Posters.
Check your post for replies or request for more information.
Consider providing some feed back to the response you have recieved.
Kindest Regards Mike B


Clif McIrvin said:
 
Top