Microsoft
Software
Hardware
Network
Question : How do I extract characters after a hypen in query?
How do I extract the characters after hyphen in a query? I have a field called ContactSource that has the values General-(persons name) and Board-(persons name). I have been using =Mid([ContactSource] & "*",7) which returns the persons name correctly when preceded by Board- but not when preceded by General-. Help would be greatly appreciated.
Answer : How do I extract characters after a hypen in query?
Mid(ContactSource, InStr(1, ContactSource & "-", "-") + 1)
That returns an empty string for any instances that have no hyphen.
Random Solutions
Installing SSL certifcate on exchange 2010
xhtml
After moving mailbox to Exchange 2007 lost all Outlook rules
Avoid pinned programs expanding in Windows 7 start menu
Excel File Help
problem while implementing pagination using display tag in MyEclipse 6.0 version
How do I create a LUN?
dateDiff - combining a date selection and a time selection
Communigate Pro bounce back "The message was not delivered because the return address was refused"
How do I add a second domain controller for OWA authentiion on Exchange 2007?