Hi,
For many years I have been using the following code to search plant names on Google.
Today, it's stopped working and hangs the database.
Dim strURL As String, Tempstr As String
Tempstr = Forms!MainOptions!MainView!LatinName
Tempstr = Replace(Tempstr, " ", "+")
strURL =...