Nope, forcing the scrollbar far right. The map functionality is fine, but there is a large white box displaying on the left hand side (part of Bing's site, much like Google Maps). Currently a user would need to scroll the horizontal scroll bar right to see the whole map as this white box can't be closed; I'd like to have it scrolled right by default so they don't have to. I would love to tell them to toughen up and scroll it themselves, but sadly they will be using this function many 100s of times throughout the day.
The control source of the Web Control is:
Code:
="http://www.bing.com/maps/default.aspx?setmkt=en-CA&where1=" & [txtSuburb] & "&lvl=15&w=100%"
where 'txtSuburb' refers to a Text Box on the main form.