Selecting Data from Form to be used in running an application

G

Guest

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)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top