Search results

  1. F

    Multiple fields in one report field

    I don't know if this is talked about on the forum anywhere. I don't know how to search for it, what words to use. I have an Access 2010 database with addresses in it. I have separate fields for the street name the number and additions. But when making a report I have to make the street name...
  2. F

    Image upload for user

    Hello, I want to give the user the ability to add 1 or more pictures to the record in the form. The user should be able to click a button then select a image file then the image should show in the form and saved in the database. Hope someone can help. Thanks. :)
  3. F

    Printing Labels?

    I'm trying to print a label from within a form I'm using the following code but some how it doesn't select the right record to print. Private Sub cmdLabelPrint_Click() On Error GoTo error If MsgBox("Verbind de DYMO 400 printer voordat je door gaat!", vbOKCancel + vbInformation, "DYMO Labels...
  4. 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...
  5. 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