I have a form that has shool information in it. I want to put a button on the form to launch a Google search based on the school name, cit, and state. So I made a process that does this but it doesn't do anything when executed. The action in the process is:
DISPLAY URL 'http://www.google.com Search='+HighScool.Name+' '+HighScool.City+' '+HighScool.State
Any help please?