I am a newbee trying to write a small one-off application. I have a form that displays a subform (frmGoogleMap) containing a google static map. When I select an item on the main form, the click calls the sub that creates the URL and loads the map. When I click I receive a 424 object required error message. After ending the debugger the map gets displayed OK
Code is:
Private Sub Combo20_Click()
SubForms!frmGoogleMap.Form_Timer
End Sub
Any help would be appreciated
Thanks
Code is:
Private Sub Combo20_Click()
SubForms!frmGoogleMap.Form_Timer
End Sub
Any help would be appreciated
Thanks