Alright. I have been using hyperlinks like thisHowever, I have realized this is not my best method. With some of my detailed searches I run into the problem that the url does not display the fields.Code:="http://www.google.com/search?q=" & [FIRST NAME] & " " & [BUSINESS NAME] & " " & [CITY] & " " & [STATE]
Example:
If I open google maps and try a search for "Texas" the url remains http://maps.google.com/ instead http://maps.google.com/q=Texas of I believe this is called a static page.
How can I learn how to command Access to input fields into a search box and press enter. I know it doesn't actually do all of that, but you get the point.
I have tried using the search feature and google, but I don't even know the technical terms. Thanks!