Figured it out
Got it figured out.
The command button is Command49 and the unbound text box is Search.
-----------------------------------
Private Sub Command49_Click()
Dim keyword As String
keyword = Me!Search
Application.FollowHyperlink _...
Trying to add a field in my access database that will allow me to enter a search term in an unbound text form and click one of three command buttons (Google.com, Dictionary.com, Thesaurus.com) to launch the browser with a dynamically created web address.
Basically I would need the command...
Hello.
I am using a "File Browse" module to allow me to browse for files on my computer and an OnClick() Command button event procedure to add the filename to a text box on my form.
I would like to make all of my file links in relative, as opposed to absolute, locations though. All of the...
Hello.
I am VERY new to working with Access and am trying to complete a project that will document the locations of all of my poems and stories.
I currently have a textbox on the form that stores hyperlink data in a table. I have been typing in the relative file locations so that they can...