![]() |
![]() |
![]() |
|||||
![]() |
![]() |
![]() |
![]() |
![]() |
|||
| Welcome
to Tech Support Forum home to more then 136,000 problems solved. Issues
have included: Spyware, Malware, Virus Issues, Windows, Microsoft,
Linux, Networking, Security, Hardware, and Gaming Getting your
problem solved is as easy as: 1. Registering for a free account 2. Asking your question 3. Receiving an answer Registered members: * See fewer ads. * And much more..
|
| Want to know how to post a question? click here | Having problems with spyware and pop-ups? First Steps |
|
|||||||
| Programming A discussion forum for programs and programming used in tech-related businesses. |
![]() |
|
|
Thread Tools |
|
|
#1 (permalink) |
|
Registered User
Join Date: May 2008
Posts: 1
OS: xp
|
VB Question
Hi.
![]() I've created a database in Microsoft Access. In one of my forms I've created a button, which when clicked, opens IE and loads up Google. However, my database is made for a rentals company. In the form is a Postcode/ZIP Code field. I want to create a button so that when it's clicked it opens up IE and loads multimap and automatically adds the postcode in for each record. http://www.multimap.com/maps/?hloc=GB|'POSTCODE HERE' eg: http://www.multimap.com/maps/?hloc=GB|N207UJ This is the code I have upto now but I need and ID to enter in the URL which will represent each record's postcode. Private Sub Command0_Click() Dim strUrl As String strUrl = "http://www.google.com" Call Shell("explorer.exe " & strUrl, vbMaximizedFocus) End Sub Thanks in advance. ![]() |
|
|
|
![]() |
| Thread Tools | |
|
|