in Education by
I'm trying to incorporate Google Maps into my Access form so that for every record a map of its address can be shown. Using this video: http://www.youtube.com/watch?v=GHoy6hsAltc for guidance I attempted this except I used Bing Maps. I did exactly as the video did but where the video shows the map, my window is essentially the Bing Search menu with the address typed in but there is only a white screen where the map is. When trying to add Google Maps to my form I had similar results. Yesterday when I tried it, the usual google maps window came up, but the map box was instead a grey-filled box with nothing in it. I've been trying it today and instead of a grey-filled box, the map box is now white and the usual message "Loading" appears in a yellow box. However this "Loading" box remains on screen indefinitely and the white box never loads. I've looked online to find an answer, the closest I've found were a couple of posts mentioning the grey-box when trying to implement Google Maps, but I haven't been able to find a solution. I'd really appreciate it if someone could help point me in the direction of the reason this problem is occuring. EDIT: here's the URL I'm using for Bing Maps: ="bing.com/maps/default.aspx?setmkt=en-CA&where1=" & [sAddress] where sAddress is a textbox on the form where the address comes from EDIT 2: here's a screenshot of what's happening on my screen if it helps: JavaScript questions and answers, JavaScript questions pdf, JavaScript question bank, JavaScript questions and answers pdf, mcq on JavaScript pdf, JavaScript questions and solutions, JavaScript mcq Test , Interview JavaScript questions, JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)

1 Answer

0 votes
by
The new web browser control works like any other bound control. Text box, or combo box or whatever. (So a valid expression for a text box is ="abc", but not abc or "abc".) Your expression I think required the "www" part. The following expression works for me: ="http://www.bing.com/maps/default.aspx?setmkt=en-CA&where1=" & [Address]

Related questions

0 votes
    I am following up with the Wirecloud User Guide available here https://wirecloud.readthedocs.io/en/latest/ ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Jun 2, 2022 in Education by JackTerrance
0 votes
    I'm trying to fetch some data from the REST API of HP Alm. It works pretty well with a small ... , JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 2, 2022 in Education by JackTerrance
0 votes
    I am using the following code to cause events based upon button clicks. When I click the button,the ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 11, 2022 in Education by JackTerrance
0 votes
    I am using this for slide up layout in my map fragment but my app just crashing again and again ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked May 7, 2022 in Education by JackTerrance
0 votes
    I am using this for slide up layout in my map fragment but my app just crashing again and again ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked May 4, 2022 in Education by JackTerrance
0 votes
    Our clients are frequently reporting issue that they are getting "Access Denied" exception when they used to ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 3, 2022 in Education by JackTerrance
0 votes
    Our clients are frequently reporting issue that they are getting "Access Denied" exception when they used to ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 28, 2022 in Education by JackTerrance
0 votes
    How to get list of restaurants by using google maps. I want to get more than 20. Is it possible? ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 12, 2022 in Education by JackTerrance
0 votes
    I cannot SSH into my instance - Operation timed out. What could be the reasons why, and what can I do to ... because of memory issues. Select the correct answer from above options...
asked Feb 4, 2022 in Education by JackTerrance
0 votes
    I don't need so many pins , they are crowding the area. I used the output of kml parser to draw ... , JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Aug 1, 2022 in Education by JackTerrance
0 votes
    What happens when an application takes user inputted data and sends it to a web browser without proper validation ... 2. Insecure direct object reference 3. Cross Site Scripting...
asked Mar 20, 2021 in Technology by JackTerrance
0 votes
    I'm working to set up Panda on an Amazon EC2 instance. I set up my account and tools last night and had no ... would be a great help! Select the correct answer from above options...
asked Feb 1, 2022 in Education by JackTerrance
0 votes
    I am trying to create a java program that performs a login against an achievo instance. I am trying ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 27, 2022 in Education by JackTerrance
0 votes
    I am trying to create a java program that performs a login against an achievo instance. I am trying ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 26, 2022 in Education by JackTerrance
0 votes
    I store all of the Google Maps marker objects in a single array. Right now I am trying to set up ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Jul 30, 2022 in Education by JackTerrance
...