Search results

  1. C

    webbrowser control problem

    I can control the input to fields on a web page fine if using a new IE window with the following code: Dim IE As Object Dim URL As String Set IE = CreateObject("InternetExplorer.Application") IE.Visible = True URL = "example" IE.navigate (URL) Do While...
  2. C

    Listbox double click error

    Hi guys, hope you can help I have a multicolumn list box (lstsundry) which when I double click an entry is supposed to bring up a form (Add Sundry) with the selected records details in it, however it is only bringing up the form ready for a new entry. The form is bound to the table where the...
Back
Top Bottom