Google search

Dave E

Registered User.
Local time
Today, 07:48
Joined
Sep 23, 2019
Messages
139
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.

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
 
I'm losing it...I must be getting too old for this databasing lark. I'm beginning to wonder which will come to an end first, me or MS Access :-)
I rebooted the PC and it's all OK.
 

Users who are viewing this thread

Back
Top Bottom