Search results

  1. F

    Creating new mail with default mail program

    Hello again, I want to put 2 buttons on my form which creates a new mail using the default program. First button would have to put all email addresses in the database into the BCC field. The second button would put all people filtered by a listbox into the BCC field. I hope this is clear...
  2. F

    Open form from listbox

    Thanks, that did it. I'm really a noob in coding. Hahaha. I'll post more questions that look 'stupid' for the code wizards. Hahaha :)
  3. F

    Open form from listbox

    Hello everyone. I have a form with 2 listboxes, 1 listbox filters the other. Now I want to add a doubleclick event on the filtered listbox that opens a form with the selected record in it. I currently have the following code: Private Sub lstNamen_DblClick(Cancel As Integer) Dim stDocName...
Back
Top Bottom