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.
I have debugged (Compiled) and Compacted and repaired the database (with no negative returns).
Any ideas what might be wrong?
Thanks
Dave E
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.
Code:
Dim strURL As String, Tempstr As String
Tempstr = Forms!MainOptions!MainView!LatinName
Tempstr = Replace(Tempstr, " ", "+")
strURL = "https://www.google.com/search?hl=en&q=" & Tempstr
Application.FollowHyperlink strURL
I have debugged (Compiled) and Compacted and repaired the database (with no negative returns).
Any ideas what might be wrong?
Thanks
Dave E