J
Jim
I'd like to use the 'Event' function, double click on a form control, grab
the currently displayed data in the control, insert that data in running the
following application. The data would follow the "callsign=" in the code
below. I am using Access 2002, WinXP.
Dim stAppName As String
stAppName = "C:\Program Files\Internet Explorer\iexplore.exe
http://www.qrz.com/database?callsign="
Call Shell(stAppName, 1)
the currently displayed data in the control, insert that data in running the
following application. The data would follow the "callsign=" in the code
below. I am using Access 2002, WinXP.
Dim stAppName As String
stAppName = "C:\Program Files\Internet Explorer\iexplore.exe
http://www.qrz.com/database?callsign="
Call Shell(stAppName, 1)